Hello,
I'm trying to setup the price lists in OpenERP v7.0 but with the current basic configuration, i only have the option to set the markup rate in the current calculation.
I would like to set the margin rate instead to create my selling price.
For reminder :
Margin : The percentage margin is the percentage of the final selling price that is profit.
Markup : A markup is what percentage of the cost price do you add on to get the selling price.
For example i buy a product a 100 and i sell it 200, the margin rate would be 50% and the markup rate 100%.
In the current implementation (base price * ( 1 + my_rate ) + other_value) i can set the markup price but i don't see how to set the margin price which should be something along those line : base price / ( 1 - my_rate ) + other_value.
Regards,