Commit 23e14eac authored by Thierry's avatar Thierry

new property consumer_unit_quantity added


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@558 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent efcda167
......@@ -64,6 +64,11 @@ class Resource:
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
{ 'id' : 'consumer_unit_quantity',
'description' : 'Number of consumer_unit involved in the resoure (sku)',
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
# Physical properties
{ 'id' : 'base_weight',
'description' : 'A typical per unit weight of the resource',
......
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