コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1590 ビュー

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?

アバター
破棄