Commit 449779dc authored by Jérome Perrin's avatar Jérome Perrin

make open orders tpyes members of open order type group

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43740 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 833990b7
......@@ -54,7 +54,9 @@ It defines what will be sold and how often and how many.</string> </value>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>order</string>
<string>internal</string>
<string>open_order</string>
<string>path</string>
</tuple>
</value>
</item>
......@@ -101,10 +103,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......@@ -121,10 +120,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......
......@@ -54,7 +54,9 @@ It defines what will be sold and how often and how many.</string> </value>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>order</string>
<string>open_order</string>
<string>path</string>
<string>purchase</string>
</tuple>
</value>
</item>
......@@ -101,10 +103,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......@@ -121,10 +120,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......
......@@ -54,7 +54,9 @@ It defines what will be sold and how often and how many.</string> </value>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>order</string>
<string>open_order</string>
<string>path</string>
<string>sale</string>
</tuple>
</value>
</item>
......@@ -101,10 +103,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......@@ -121,10 +120,7 @@ It defines what will be sold and how often and how many.</string> </value>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
<tuple/>
</tuple>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
......
70
\ No newline at end of file
71
\ 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