Commit 1c3cb1c6 authored by Yusei Tahara's avatar Yusei Tahara

2010-11-05 yusei

* Modify variation category list in the field library and stop showing base category name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39956 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5033b77
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
......@@ -13,9 +10,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>hash_script_id</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -65,6 +62,10 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>hash_script_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
......@@ -75,6 +76,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -116,16 +121,13 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getVariationRangeCategoryItemList()</string> </value>
<value> <string>python: here.getVariationRangeCategoryItemList(display_base_category=0)</string> </value>
</item>
</dictionary>
</pickle>
......
2010-11-05 yusei
* Modify variation category list in the field library and stop showing base category name.
2010-10-09 yusei
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.
......
453
\ No newline at end of file
454
\ 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