Commit 41119d37 authored by Jérome Perrin's avatar Jérome Perrin

move Trade Model Line Cell Consistency Constraint from erp5_core

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43722 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6fc69f6
<?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_view</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</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>predicate</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>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Predicate</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}/Predicate_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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_view</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</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>view</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>View</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}/TradeModelLineCellConsistencyConstraint_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -76,6 +76,9 @@ ...@@ -76,6 +76,9 @@
<portal_type id="Preference"> <portal_type id="Preference">
<item>Sale Order</item> <item>Sale Order</item>
</portal_type> </portal_type>
<portal_type id="Property Sheet">
<item>Trade Model Line Cell Consistency Constraint</item>
</portal_type>
<portal_type id="Purchase Order"> <portal_type id="Purchase Order">
<item>Payment Condition</item> <item>Payment Condition</item>
<item>Purchase Order Line</item> <item>Purchase Order Line</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_property_domain_dict</string> </key>
<value>
<dictionary>
<item>
<key> <string>short_title</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>A Trade Model Line Cell Consistency Constraint checks whether Trade Model Line should contain cells</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>constraint</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Trade Model Line Cell Consistency Constraint</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>TradeModelLineCellConsistencyConstraint</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_zodb_property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <string>erp5_content</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
<value> <string>short_title</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <string>erp5_content</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
<value> <string>title</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -159,6 +159,10 @@ ...@@ -159,6 +159,10 @@
<type>Trade Model Line</type> <type>Trade Model Line</type>
<workflow>edit_workflow, trade_model_line_interaction_workflow</workflow> <workflow>edit_workflow, trade_model_line_interaction_workflow</workflow>
</chain> </chain>
<chain>
<type>Trade Model Line Cell Consistency Constraint</type>
<workflow>dynamic_class_generation_interaction_workflow</workflow>
</chain>
<chain> <chain>
<type>Trade Model Path</type> <type>Trade Model Path</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow</workflow>
......
1106 1108
\ No newline at end of file
...@@ -185,6 +185,8 @@ Sale Trade Condition | view_payment ...@@ -185,6 +185,8 @@ Sale Trade Condition | view_payment
Sale Trade Condition | view_profile Sale Trade Condition | view_profile
Sale Trade Condition | view_trade_model_line_list Sale Trade Condition | view_trade_model_line_list
System Preference | trade_preference System Preference | trade_preference
Trade Model Line Cell Consistency Constraint | predicate
Trade Model Line Cell Consistency Constraint | view
Trade Model Line | predicate_view Trade Model Line | predicate_view
Trade Model Line | view Trade Model Line | view
Trade Model Path | predicate_view Trade Model Path | predicate_view
......
...@@ -39,6 +39,7 @@ Order Root Simulation Rule | Specialise Divergence Tester ...@@ -39,6 +39,7 @@ Order Root Simulation Rule | Specialise Divergence Tester
Order Root Simulation Rule | String Divergence Tester Order Root Simulation Rule | String Divergence Tester
Order Root Simulation Rule | Variation Divergence Tester Order Root Simulation Rule | Variation Divergence Tester
Preference | Sale Order Preference | Sale Order
Property Sheet | Trade Model Line Cell Consistency Constraint
Purchase Order Line | Purchase Order Cell Purchase Order Line | Purchase Order Cell
Purchase Order Line | Purchase Order Line Purchase Order Line | Purchase Order Line
Purchase Order Module | Purchase Order Purchase Order Module | Purchase Order
......
...@@ -54,4 +54,5 @@ Sale Trade Condition ...@@ -54,4 +54,5 @@ Sale Trade Condition
Sale Trade Condition Module Sale Trade Condition Module
Trade Model Cell Trade Model Cell
Trade Model Line Trade Model Line
Trade Model Line Cell Consistency Constraint
Trade Model Path Trade Model Path
\ No newline at end of file
...@@ -150,6 +150,7 @@ Sale Packing List | packing_list_workflow ...@@ -150,6 +150,7 @@ Sale Packing List | packing_list_workflow
Sale Trade Condition | edit_workflow Sale Trade Condition | edit_workflow
Sale Trade Condition | reindex_object_interaction_workflow Sale Trade Condition | reindex_object_interaction_workflow
Sale Trade Condition | validation_workflow Sale Trade Condition | validation_workflow
Trade Model Line Cell Consistency Constraint | dynamic_class_generation_interaction_workflow
Trade Model Line | edit_workflow Trade Model Line | edit_workflow
Trade Model Line | trade_model_line_interaction_workflow Trade Model Line | trade_model_line_interaction_workflow
Trade Model Path | edit_workflow Trade Model Path | edit_workflow
\ No newline at end of file
...@@ -5,5 +5,5 @@ order_workflow ...@@ -5,5 +5,5 @@ order_workflow
packing_list_container_workflow packing_list_container_workflow
packing_list_workflow packing_list_workflow
trade_matrix_workflow trade_matrix_workflow
trade_model_line_interaction_workflow
trade_model_cell_interaction_workflow trade_model_cell_interaction_workflow
trade_model_line_interaction_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