0.6.0
- Add a parser option
options.price_formula.enabled
in definition to be set toTrue
for allowing to set price as formula. The formula starts with=
and follow with valid Python code. For eg.prestations.0.price: =1000*0.7
will yield a price of 700 on the first prestation.