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 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>amount_generator_cell</string>
</tuple>
</value>
</item>
<item>
......
......@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>amount_generator_line</string>
<string>model_path</string>
</tuple>
</value>
......
......@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>amount_generator_line</string>
<string>model_path</string>
</tuple>
</value>
......
......@@ -36,7 +36,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>amount_generator_cell</string>
</tuple>
</value>
</item>
<item>
......
......@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>amount_generator_line</string>
<string>model_path</string>
</tuple>
</value>
......
......@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>amount_generator</string>
<string>transformation</string>
</tuple>
</value>
......@@ -66,11 +67,15 @@
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>redirect_script</string> </key>
......
466
\ No newline at end of file
467
\ 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