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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -93,6 +90,7 @@
<value>
<list>
<string>matrixbox_title</string>
<string>listbox_membership_criterion_category_list</string>
</list>
</value>
</item>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ListBox</string>
<string>ListBox</string>
</tuple>
<none/>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -346,7 +343,7 @@
<string>Order</string>
</tuple>
<tuple>
<string>getMembershipCriterionCategoryList</string>
<string>membership_criterion_category_list</string>
<string>Value</string>
</tuple>
</list>
......@@ -391,7 +388,12 @@
<item>
<key> <string>editable_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>membership_criterion_category_list</string>
<string>Value</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -432,6 +434,10 @@
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
......@@ -534,11 +540,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
488
\ No newline at end of file
490
\ 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