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 @@
<portal_type id="Manufacturing Order Line">
<item>ProductionOrderLine</item>
</portal_type>
<portal_type id="Production Order">
<item>ProductionOrder</item>
</portal_type>
<portal_type id="Production Order Line">
<item>ProductionOrderLine</item>
</portal_type>
......
Manufacturing Execution | DeliveryCausalityStateConstraint
Manufacturing Order Line | ProductionOrderLine
Production Order Line | ProductionOrderLine
Production Order | ProductionOrder
Production Packing List | DeliveryCausalityStateConstraint
\ No newline at end of file
......@@ -6,6 +6,18 @@
</pickle>
<pickle>
<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>
<key> <string>constraint_base_category</string> </key>
<value>
......@@ -16,7 +28,7 @@
</item>
<item>
<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>
<key> <string>description</string> </key>
......@@ -41,4 +53,34 @@
</dictionary>
</pickle>
</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>
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