Commit a6979c43 authored by Romain Courteaud's avatar Romain Courteaud

Define amount_generator groups on Transformation (and its allowed portal types)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33698 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30d06843
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>amount_generator_cell</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>amount_generator_line</string>
<string>model_path</string> <string>model_path</string>
</tuple> </tuple>
</value> </value>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>amount_generator_line</string>
<string>model_path</string> <string>model_path</string>
</tuple> </tuple>
</value> </value>
......
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>amount_generator_cell</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>amount_generator_line</string>
<string>model_path</string> <string>model_path</string>
</tuple> </tuple>
</value> </value>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>amount_generator</string>
<string>transformation</string> <string>transformation</string>
</tuple> </tuple>
</value> </value>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>redirect_script</string> </key> <key> <string>redirect_script</string> </key>
......
466 467
\ 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