Commit 21de1a0f authored by Fabien Morin's avatar Fabien Morin

this cateogory are now useless because it can be configured through preferences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30819 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fc2c1c7
...@@ -37,14 +37,6 @@ class ApparelComponent: ...@@ -37,14 +37,6 @@ class ApparelComponent:
'description' : 'Number of colours', 'description' : 'Number of colours',
'type' : 'int', 'type' : 'int',
'mode' : 'w' }, 'mode' : 'w' },
# Override default value XXX
{ 'id' : 'p_variation_base_category',
'description' : 'A list of base categories which define possible discrete variations. '\
'Price ranges are stored as category membership. '\
'(prev. variation_category_list).',
'type' : 'lines',
'default' : ['variation'],
'mode' : 'w' },
) )
_categories = ( 'composition', 'visual_pattern', 'resource' ) _categories = ( 'composition', 'visual_pattern', 'resource' )
......
...@@ -45,14 +45,6 @@ class ApparelFabric: ...@@ -45,14 +45,6 @@ class ApparelFabric:
'description' : 'Number of colours', 'description' : 'Number of colours',
'type' : 'int', 'type' : 'int',
'mode' : 'w' }, 'mode' : 'w' },
# Override default value XXX
{ 'id' : 'p_variation_base_category',
'description' : 'A list of base categories which define possible discrete variations. '\
'Price ranges are stored as category membership. '\
'(prev. variation_category_list).',
'type' : 'lines',
'default' : ['colour'],
'mode' : 'w' },
{ 'id' : 'default_apparel_fabric_colour_variation', { 'id' : 'default_apparel_fabric_colour_variation',
'description' : 'The default colour variation for this fabric', 'description' : 'The default colour variation for this fabric',
'type' : 'content', 'type' : 'content',
......
...@@ -117,14 +117,6 @@ class ApparelModel: ...@@ -117,14 +117,6 @@ class ApparelModel:
'acquisition_accessor_id' : 'getTitle', 'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None, 'acquisition_depends' : None,
'mode' : 'w' }, 'mode' : 'w' },
# Override default value XXX
{ 'id' : 'p_variation_base_category',
'description' : 'A list of base categories which define possible discrete variations. '\
'Price ranges are stored as category membership. '\
'(prev. variation_category_list).',
'type' : 'lines',
'default' : ['colour'],
'mode' : 'w' },
) )
_categories = ( 'composition', 'transformation_state', 'pricing', 'origin', 'brand', 'tariff_nomenclature' ) _categories = ( 'composition', 'transformation_state', 'pricing', 'origin', 'brand', 'tariff_nomenclature' )
......
157 159
\ 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