[Erp5-report] r11206 - /erp5/trunk/products/ERP5/PropertySheet/Simulation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 8 16:34:39 CET 2006


Author: romain
Date: Wed Nov  8 16:34:38 2006
New Revision: 11206

URL: http://svn.erp5.org?rev=11206&view=rev
Log:
Declare order_ratio on Simulation Movement.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Simulation.py?rev=11206&r1=11205&r2=11206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Simulation.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Simulation.py Wed Nov  8 16:34:38 2006
@@ -57,7 +57,14 @@
 
 
         {   'id'          : 'delivery_ratio',
-            'description' : 'ratio to apply on the quantity property of the corresponding delivery to obtain the current quantity',
+            'description' : 'ratio to apply on the quantity property of the' \
+                            'corresponding delivery to obtain the current quantity',
+            'default'     : 1.,
+            'type'        : 'float',
+            'mode'        : 'w' },
+        {   'id'          : 'order_ratio',
+            'description' : 'ratio to apply on the quantity property of the' \
+                            'corresponding order to obtain the current quantity',
             'default'     : 1.,
             'type'        : 'float',
             'mode'        : 'w' },




More information about the Erp5-report mailing list