Skip to Content
Menu
This question has been flagged
1 Reply
2580 Views

we are using Odoo V12 community.

if we change rounding methond to "round globally" the calculation seems to be still wrong:

Invoice Example (Prices in each Line without tax, all Products have 20% Tax):

Line1 78.71  

Line2: 38.36

Line3: 13,56


Untaxed Amount: 130.63

Tax: 26.12

Total: 156.75


BUT: 20% from 130.63 is 26,126 which should be rounded 26,13 and not 26,12

how can i make odoo to compute the tax with "round globally" correct?


Using the other rounding Method (Rounding per Line) also not works (e.a. for invoices with many positions there is a big difference in total amounts)

Avatar
Discard
Author Best Answer

nobody else had such problems?

Avatar
Discard

This a much discussed issue on older version, I for myself decided then to move to line taxing with all negative consequences. At the moment I have no relevant use cases, therefore I did not follow the issue anymore.