[Erp5-report] r10358 - /erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 27 15:42:20 CEST 2006


Author: romain
Date: Wed Sep 27 15:42:17 2006
New Revision: 10358

URL: http://svn.erp5.org?rev=10358&view=rev
Log:
Add some comments.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py

Modified: erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py?rev=10358&r1=10357&r2=10358&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py Wed Sep 27 15:42:17 2006
@@ -33,18 +33,20 @@
 
   _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' },




More information about the Erp5-report mailing list