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

Show membership_criterion_category_list on Predicates in Invoice Transction...

Show membership_criterion_category_list on Predicates in Invoice Transction Rule with an editable field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17406 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 694aae32
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<string>Products.ERP5Form.Form</string> <tuple/>
<string>ERP5Form</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -93,6 +90,7 @@ ...@@ -93,6 +90,7 @@
<value> <value>
<list> <list>
<string>matrixbox_title</string> <string>matrixbox_title</string>
<string>listbox_membership_criterion_category_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ListBox" module="Products.ERP5Form.ListBox"/>
<string>Products.ERP5Form.ListBox</string> <tuple/>
<string>ListBox</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -346,7 +343,7 @@ ...@@ -346,7 +343,7 @@
<string>Order</string> <string>Order</string>
</tuple> </tuple>
<tuple> <tuple>
<string>getMembershipCriterionCategoryList</string> <string>membership_criterion_category_list</string>
<string>Value</string> <string>Value</string>
</tuple> </tuple>
</list> </list>
...@@ -391,7 +388,12 @@ ...@@ -391,7 +388,12 @@
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>membership_criterion_category_list</string>
<string>Value</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -432,6 +434,10 @@ ...@@ -432,6 +434,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
...@@ -534,11 +540,8 @@ ...@@ -534,11 +540,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
488 490
\ 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