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