Skip to Content
Menu
This question has been flagged
4 Replies
8310 Views

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 ??? Everybody have this problem but nobody have realized about it??? . I think that is important solve it.. 

Avatar
Discard
Best Answer

What I did was:

I noticed that I had Tax Computation under Taxes set as Percentage of Price Tax Included. I changed it to Percentage of Price and all came back to normal. I hope this works for you?

Avatar
Discard
Best Answer

I can not see a problem. According to my understanding your price including VAT is EUR 3.09 and not 3.0855, because nobody knows anything else as long as you do publish prices with only 2 decimals. Either you are selling at a price of 2.55 excl. VAT or you are selling at a price of 3.09 incl. VAT, these are two different prices and have nothing to do with each other. You have also to use 2 different pricelists for this purpose.

Avatar
Discard
Author

The real problem is that I need to work without VAT and It only show the price with VAT in the webshop. Because the correct calculation is without VAT :S Is it possible? Do I need to do a module?

There is NO incorrect calculation, as I have mentioned, therefore that can NOT be the reason why you would want to show prices excl. VAT. If for any other reason you want to show prices excl. VAT, then you should set up an according pricelist.

Related Posts Replies Views Activity
2
Aug 24
3058
3
Oct 19
8318
1
Mar 15
4666
7
Apr 20
7079
4
Apr 20
9212