Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1593 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer