Dear Odoo(ers ),
I want to create a pricelist without the percentage , Like I specified below
Sales price multiply by 1.12 that is
(300*1.12)
How can I bypass the %
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Dear Odoo(ers ),
I want to create a pricelist without the percentage , Like I specified below
Sales price multiply by 1.12 that is
(300*1.12)
How can I bypass the %
You can apply that by set -12 in price discount and it will be converted by Odoo in the backend code calucation to to -0.12 due to percentage so you will get the price equal to 336 when you set the pricelist and select the product in sale order.
300*1.12= 336
Waleed ,
Thank you. It worked
Waleed, How did you quickly arrive at 1.12 = -12 pls?
Incase I want to use other figures
300*1 =300 so you can discard the 1 and leave 0.12 and since you are using percentage so you can write 0.12 as 12/100 and then I got 12. You will add (-) if you want to add the amount to the original value.
Thanks Waleed, I got it perfectly
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hello,
You can also create the pricelist without percentage you can also add the fixed price for product.
How can i do that pls ?, I mean creating formula without the system recognizing percentage