Skip to Content
Menu
This question has been flagged

Hi!

Isn't there one way to show into webshop the price with tax included?

I want to do that Odoo makes the calculation. I want to put into the "price product" the price without tax and Odoo do the calculation price with tax. Because I have problems with tax and rounded calculations. I think that if I put price without tax this it will be ok.

In conclusion, Is there one way to show price with tax (Odoo do the calculation, price product + tax)?


Thanks a lot!

Sorry for my English, I hope that you understand that I want to request.



Avatar
Discard
Author Best Answer

Is it possible put price on product without tax and show it in the webshop with tax? (Odoo 8)

Because if you put price with tax on product the quotations calculations are incorrect.


EXAMPLE, first way and correct:

Product: Test , price: 2,55 (without tax)

Client: I want 4 Test products

Calculation: 2,55 * 4 = 10,2 --> with tax 10,2 * 1,21 = 12,342 (Rounded Total PRICE: 12,34 €) <----- CORRECT!!!!

This way it doesn't shows on ecommerce the price with tax... but it's the correct


---------------------


If you put price on product with TAX, What happens? This price you will put on the price product (with tax), on the backend you need to put on Accounting/Taxes/Taxes "Price included on the price". This way ecommerce shows product price with tax.... but....


Second WAY:

Product: Test , price: 2,55 * 1,21 = 3,0855 --> Rounded to 3,09 (with tax) 

Client: I want 4 Test products

Calculation that Odoo do: 3,09 / 1,21 = 2,55371900826446 * 4 = 10,21487603305784 * 1,21 = 12,35999999999999 (Rounded Total PRICE: 12,36 €) <--- (Odoo get all the decimals) WRONG!!!!!!!!!!!!!!!!!!!


What is the solution ??? T_T

Avatar
Discard
Related Posts Replies Views Activity
4
May 23
5162
2
Jul 15
3240
0
Oct 24
135
2
Jun 24
651
1
Mar 21
1925