Commit af2c1dfb authored by Jérome Perrin's avatar Jérome Perrin

fix portal type groups

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44057 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 38287b46
...@@ -53,8 +53,9 @@ ...@@ -53,8 +53,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>internal</string>
<string>sale</string> <string>path</string>
<string>supply_path</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -55,8 +55,9 @@ ...@@ -55,8 +55,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>internal</string>
<string>sale</string> <string>path</string>
<string>supply_path</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -53,8 +53,9 @@ ...@@ -53,8 +53,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>path</string>
<string>sale</string> <string>purchase</string>
<string>supply_path</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -53,7 +53,9 @@ ...@@ -53,7 +53,9 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>path</string>
<string>purchase</string>
<string>supply_path</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -57,6 +57,7 @@ It defines what will be sold and how often and how many.</string> </value> ...@@ -57,6 +57,7 @@ It defines what will be sold and how often and how many.</string> </value>
<string>open_order</string> <string>open_order</string>
<string>path</string> <string>path</string>
<string>purchase</string> <string>purchase</string>
<string>supply</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<value> <value>
<tuple> <tuple>
<string>path</string> <string>path</string>
<string>sale</string>
<string>supply_path</string> <string>supply_path</string>
</tuple> </tuple>
</value> </value>
......
...@@ -57,6 +57,7 @@ It defines what will be sold and how often and how many.</string> </value> ...@@ -57,6 +57,7 @@ It defines what will be sold and how often and how many.</string> </value>
<string>open_order</string> <string>open_order</string>
<string>path</string> <string>path</string>
<string>sale</string> <string>sale</string>
<string>supply</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
89 92
\ No newline at end of file \ 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