Commit 8c343a1e authored by Romain Courteaud's avatar Romain Courteaud

Add some comments.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96229d44
......@@ -33,18 +33,20 @@ class FlowCapacity:
_properties = (
# Accounting
# XXX efficiency is already defined on Amount
# Need to be removed
{ 'id' : 'efficiency',
'description' : """The efficiency.""",
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
{ 'id' : 'min_flow',
'description' : """The quantity of resource.""",
'description' : """Minimal quantity to use on a movement.""",
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'max_flow',
'description' : """The quantity of resource.""",
'description' : """Maximal quantity to use on a movement.""",
'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