diff --git a/product/ERP5/PropertySheet/Simulation.py b/product/ERP5/PropertySheet/Simulation.py index f73d4e34876067c340e6378c458677e4d868f0a1..a53120600ce13c9d24293be43dee67dc54a7945e 100644 --- a/product/ERP5/PropertySheet/Simulation.py +++ b/product/ERP5/PropertySheet/Simulation.py @@ -57,7 +57,14 @@ class Simulation: { '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' },