Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1587 Представления

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 ?



Аватар
Отменить
Лучший ответ

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?

Аватар
Отменить