Commit 26932bdc authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_business_package: Add views for Business Commit

parent 631fdc9c
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_jump</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_jump</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>goto_path</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Action Information</string> </value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Go To ZODB Object Path</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Expression" module="Products.CMFCore.Expression"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BusinessItem_redirectToZODBPath</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/BusinessManager_view</string> </value> <value> <string>string:${object_url}/BusinessTemplateV2_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -5,4 +5,7 @@ ...@@ -5,4 +5,7 @@
<portal_type id="Business Property Item"> <portal_type id="Business Property Item">
<item>BusinessItemConstraint</item> <item>BusinessItemConstraint</item>
</portal_type> </portal_type>
<portal_type id="Commit Tool">
<item>CommitTool</item>
</portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
</chain> </chain>
<chain> <chain>
<type>Business Item</type> <type>Business Item</type>
<workflow>business_item_interaction_workflow</workflow> <workflow>business_item_interaction_workflow, business_manager_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Business Property Item</type> <type>Business Property Item</type>
<workflow>business_property_item_interaction_workflow</workflow> <workflow>business_manager_interaction_workflow, business_property_item_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Business Snapshot</type> <type>Business Snapshot</type>
......
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_title</string>
<string>my_id</string> <string>my_id</string>
<string>my_predecessor_title</string> <string>my_predecessor_title</string>
<string>my_source_project_title</string> <string>my_source_project_title</string>
......
...@@ -59,9 +59,7 @@ ...@@ -59,9 +59,7 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list/>
<string>my_dependency_list</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -76,6 +74,7 @@ ...@@ -76,6 +74,7 @@
<list> <list>
<string>my_item_path</string> <string>my_item_path</string>
<string>my_item_sign</string> <string>my_item_sign</string>
<string>my_item_layer</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -83,8 +82,7 @@ ...@@ -83,8 +82,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_item_layer</string> <string>my_dependency_list</string>
<string>my_follow_up_title</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -59,7 +59,9 @@ ...@@ -59,7 +59,9 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list>
<string>my_item_property_name</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -10,18 +10,14 @@ ...@@ -10,18 +10,14 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>catalog_index</string> <string>default</string>
<string>description</string>
<string>first_item</string>
<string>portal_type</string>
<string>required</string>
<string>title</string> <string>title</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_follow_up_title</string> </value> <value> <string>my_item_property_name</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -54,29 +50,19 @@ ...@@ -54,29 +50,19 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>portal_type</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -89,43 +75,20 @@ ...@@ -89,43 +75,20 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>default</string> </key>
<value> <string>title</string> </value> <value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Business Manager related to the Business Item</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_relation_field</string> </value> <value> <string>my_string_field</string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
<string>Business Template V2</string>
<string>Business Template V2</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Business Template V2</string> </value> <value> <string>Property Name</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -133,4 +96,17 @@ ...@@ -133,4 +96,17 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getBusinessItemPropertyName()</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
...@@ -6,10 +6,26 @@ ...@@ -6,10 +6,26 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -43,7 +59,9 @@ ...@@ -43,7 +59,9 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list>
<string>my_item_path_list</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -55,13 +73,28 @@ ...@@ -55,13 +73,28 @@
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list/> <list>
<string>my_id</string>
<string>my_title</string>
<string>my_comment</string>
<string>my_description</string>
<string>my_provision_list</string>
<string>my_version</string>
<string>my_translated_availability_state_title</string>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list/> <list>
<string>my_change_log</string>
<string>my_dependency_list</string>
<string>my_test_dependency_list</string>
<string>my_copyright_list</string>
<string>my_license</string>
<string>my_maintainer_list</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -69,7 +102,7 @@ ...@@ -69,7 +102,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>BusinessCommit_viewInstallationDialog</string> </value> <value> <string>BusinessTemplateV2_view</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <key> <string>method</string> </key>
...@@ -77,7 +110,11 @@ ...@@ -77,7 +110,11 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>Base_viewInstallationDialog</string> </value> <value> <string>BusinessTemplateV2_view</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view</string> </value>
</item> </item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
...@@ -89,12 +126,20 @@ ...@@ -89,12 +126,20 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string>Business Template V2 Definition</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>update_action_title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>height</string>
<string>title</string>
<string>width</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_item_path_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_lines_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Path List</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>80</int> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
Includes Commit Tool portal_types, skins, component and live tests Includes Business Manager portal_types, skins, component and live tests
\ No newline at end of file \ No newline at end of file
...@@ -3,6 +3,7 @@ Business Commit | install ...@@ -3,6 +3,7 @@ Business Commit | install
Business Commit | rebuild_subobjects Business Commit | rebuild_subobjects
Business Item | content_view Business Item | content_view
Business Item | diff_view Business Item | diff_view
Business Item | goto_path
Business Patch Item | content_view Business Patch Item | content_view
Business Patch Item | diff_view Business Patch Item | diff_view
Business Property Item | content_view Business Property Item | content_view
......
Business Item | BusinessItemConstraint Business Item | BusinessItemConstraint
Business Property Item | BusinessItemConstraint Business Property Item | BusinessItemConstraint
\ No newline at end of file Commit Tool | CommitTool
\ No newline at end of file
Business Commit | business_commit_interaction_workflow Business Commit | business_commit_interaction_workflow
Business Commit | business_commit_validation_workflow Business Commit | business_commit_validation_workflow
Business Item | business_item_interaction_workflow Business Item | business_item_interaction_workflow
Business Item | business_manager_interaction_workflow
Business Property Item | business_manager_interaction_workflow
Business Property Item | business_property_item_interaction_workflow Business Property Item | business_property_item_interaction_workflow
Business Snapshot | business_snapshot_validation_workflow Business Snapshot | business_snapshot_validation_workflow
Business Template V2 | business_template_availability_workflow Business Template V2 | business_template_availability_workflow
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment