Commit 635874b0 authored by Tatuya Kamada's avatar Tatuya Kamada

Rename the properties name min/max stock with min/max inventory. Because the...

Rename the properties name min/max stock with min/max inventory. Because the names are more proper for the model.


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