Commit fac77c40 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add base_unit_quantity.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5545 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae95c525
......@@ -69,6 +69,11 @@ class Resource:
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
{ 'id' : 'base_unit_quantity',
'description' : 'The amount of base units of the resource',
'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