Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1585 Zobrazení

Hi All

i have odoo13 enterprise version and when i take the odoo default tax report the tax values shows wrong values.
Eg :
Net amount is 188.99 and tax amount calculated as 18.89.It should be 188.99*0.10=18.90(18.899).is this issue related to rounding ?



Avatar
Zrušit
Nejlepší odpověď

I ran into the same issue and found out that at least in Odoo 13 prices are stored as floats which inherently introduces rounding errors.

FIY Usually prices are stores as integers in cents to not run into this kind of issue.

The only workaround I could find at the time was to tell odoo that all prices include vat/tax and add that information to all taxes.

Does anybody know if this has changed in v14 or v15?

Avatar
Zrušit