Hi,
As my vendors seem to use a higher precision on the price of their products, I chainget the product precision to 6. This works now fine when no Tax is in the calculation, so 5x 8,0546 is correctly 40,27, instead of 40,25.
But now I have the problem that it seems for TAX calculation only two digits are used from the product price. E.g. 5,825 + 20% TAX results to 7 instead of 6,99. (see attached screenshot).
https://ibb.co/QHHfGpx
Is there a way that for the calculation it uses the 6 digits as configured in the precision for the product? So, 5,825000 x 1,2 = 6,99
I would like to keep the monetary fields and the sums with two digits, as this is standard.
Thanks,
Andi
It is in Odoo 16 CE
Anyone a Idea how to solve this?
Thanks, Andi
Has no one a idea why it is like that and how to fix it? Seems just the amount is calculated correctly with the full decimal precision, So 2x 5,825 results to 11,65. here Odoo uses also the 3rd digit after the comma.
But just calculating the 20% Tax out of 5,825 it seems odoo first rounds to 5,83 and then calculates the 20%.
I have actually no Idea how to solve this.