Commit a00b37e6 authored by Romain Courteaud's avatar Romain Courteaud

Declare order_ratio on Simulation Movement.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7db313d
......@@ -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' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment