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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 3 10:46:45 CEST 2009


Author: luke
Date: Fri Jul  3 10:46:44 2009
New Revision: 27893

URL: http://svn.erp5.org?rev=27893&view=rev
Log:
 - add property for frozen states
 - update description

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=27893&r1=27892&r2=27893&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] Fri Jul  3 10:46:44 2009
@@ -56,7 +56,15 @@
             'type'        : 'float',
             'mode'        : 'w' },
         {   'id'          : 'completed_state',
-            'description' : 'Which movement of simulation state can be passed on this path',
+            'description' : 'List of states for which related Simulation '
+                            'Movement is considered as completed',
+            'type'        : 'lines',
+            'default'     : [],
+            'multivalued' : 1,
+            'mode'        : 'w' },
+        {   'id'          : 'frozen_state',
+            'description' : 'List of states for which related Simulation '
+                            'Movement is considered as frozen',
             'type'        : 'lines',
             'default'     : [],
             'multivalued' : 1,




More information about the Erp5-report mailing list