Commit d196306f authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp&erp5_property_sheets: add production order constraint

parent 3035380a
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
<portal_type id="Manufacturing Order Line"> <portal_type id="Manufacturing Order Line">
<item>ProductionOrderLine</item> <item>ProductionOrderLine</item>
</portal_type> </portal_type>
<portal_type id="Production Order">
<item>ProductionOrder</item>
</portal_type>
<portal_type id="Production Order Line"> <portal_type id="Production Order Line">
<item>ProductionOrderLine</item> <item>ProductionOrderLine</item>
</portal_type> </portal_type>
......
Manufacturing Execution | DeliveryCausalityStateConstraint Manufacturing Execution | DeliveryCausalityStateConstraint
Manufacturing Order Line | ProductionOrderLine Manufacturing Order Line | ProductionOrderLine
Production Order Line | ProductionOrderLine Production Order Line | ProductionOrderLine
Production Order | ProductionOrder
Production Packing List | DeliveryCausalityStateConstraint Production Packing List | DeliveryCausalityStateConstraint
\ No newline at end of file
...@@ -6,6 +6,18 @@ ...@@ -6,6 +6,18 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_range_criterion</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>constraint_base_category</string> </key> <key> <string>constraint_base_category</string> </key>
<value> <value>
...@@ -16,7 +28,7 @@ ...@@ -16,7 +28,7 @@
</item> </item>
<item> <item>
<key> <string>constraint_portal_type</string> </key> <key> <string>constraint_portal_type</string> </key>
<value> <string>python: (\'Supply Chain\',)</string> </value> <value> <string>python: (\'Supply Chain\',\'Business Process\')</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -41,4 +53,34 @@ ...@@ -41,4 +53,34 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
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