[Erp5-report] r26853 - /erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 6 17:41:53 CEST 2009


Author: luke
Date: Wed May  6 17:41:51 2009
New Revision: 26853

URL: http://svn.erp5.org?rev=26853&view=rev
Log:
 - missing properties (thanks Yusuke)

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

Modified: erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py?rev=26853&r1=26852&r2=26853&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] Wed May  6 17:41:51 2009
@@ -44,5 +44,15 @@
             'description' : 'ID of method to get destination list of categories',
             'type'        : 'string',
             'mode'        : 'w' },
+        {   'id'          : 'lead_time',
+            'description' : 'How much time shall be spent on path',
+            'default'     : 0.0,
+            'type'        : 'float',
+            'mode'        : 'w' },
+        {   'id'          : 'wait_time',
+            'description' : 'How much time to wait before initiating path',
+            'default'     : 0.0,
+            'type'        : 'float',
+            'mode'        : 'w' },
     )
     _categories = ( )




More information about the Erp5-report mailing list