Commit c4e4726e authored by Tatuya Kamada's avatar Tatuya Kamada

Revert r30511. In US English the word inventory have a meaning that the amount...

Revert r30511. In US English the word inventory have a meaning that the amount of resource, but in UK English the word stock is more proper for it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30512 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 635874b0
......@@ -60,13 +60,13 @@ class FlowCapacity:
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'min_inventory',
'description' : """The minimal quantity of a resource in inventory.""",
{ 'id' : 'min_stock',
'description' : """The minimal stock quantity of a resource.""",
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'max_inventory',
'description' : """The maximal quantity of a resource in inventory.""",
{ 'id' : 'max_stock',
'description' : """The maximal stock quantity of a resource.""",
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
......
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