Commit dd2202b6 authored by Łukasz Nowak's avatar Łukasz Nowak

Move out not needed constraint.

parent 99d4b44a
230 231
\ No newline at end of file \ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Property Sheet" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Obsoleted Constraints.</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>VifibObsoleteConstraint</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Property Sheet</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
...@@ -37,7 +37,7 @@ The use case is: delete (rename) and create a new clone.</string> </value> ...@@ -37,7 +37,7 @@ The use case is: delete (rename) and create a new clone.</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>setup_packing_list_constraint</string> </value> <value> <string>slave_instance_setup_packing_list_constraint</string> </value>
</item> </item>
<item> <item>
<key> <string>max_arity</string> </key> <key> <string>max_arity</string> </key>
......
...@@ -37,7 +37,7 @@ The use case is: delete (rename) and create a new clone.</string> </value> ...@@ -37,7 +37,7 @@ The use case is: delete (rename) and create a new clone.</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>setup_packing_list_constraint</string> </value> <value> <string>software_instance_setup_packing_list_constraint</string> </value>
</item> </item>
<item> <item>
<key> <string>max_arity</string> </key> <key> <string>max_arity</string> </key>
......
551 552
\ No newline at end of file \ No newline at end of file
...@@ -10,4 +10,5 @@ VifibSalePackingListLineConstraint ...@@ -10,4 +10,5 @@ VifibSalePackingListLineConstraint
VifibSalePackingListConstraint VifibSalePackingListConstraint
VifibOpenSaleOrderLineConstraint VifibOpenSaleOrderLineConstraint
VifibHostingSubscriptionConstraint VifibHostingSubscriptionConstraint
VifibOpenSaleOrderConstraint VifibOpenSaleOrderConstraint
\ No newline at end of file VifibObsoleteConstraint
\ 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