Commit ffa921bd authored by Sebastien Robin's avatar Sebastien Robin

renamed base_category_id_list with base_category_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@219 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86068720
...@@ -45,5 +45,5 @@ class Item: ...@@ -45,5 +45,5 @@ class Item:
'mode' : 'w' }, 'mode' : 'w' },
) )
_categories = tuple(['package_type'] + list(variation_base_category_id_list)) _categories = tuple(['package_type'] + list(variation_base_category_list))
# XXX Please check if it is meaningful to add order cat to all items ? # XXX Please check if it is meaningful to add order cat to all items ?
...@@ -76,5 +76,5 @@ class Movement: ...@@ -76,5 +76,5 @@ class Movement:
'mode' : 'w' }, 'mode' : 'w' },
) )
_categories = tuple(['order'] + list(variation_base_category_id_list)) _categories = tuple(['order'] + list(variation_base_category_list))
# XXX Please check if it is meaningful to add order cat to all movemements ? # XXX Please check if it is meaningful to add order cat to all movemements ?
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<message name="too_long">You entered too many characters.</message> <message name="too_long">You entered too many characters.</message>
</messages> </messages>
</field> </field>
<field><id>my_template_base_category_id_list</id> <type>LinesField</type> <field><id>my_template_base_category_list</id> <type>LinesField</type>
<values> <values>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<css_class></css_class> <css_class></css_class>
......
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