Rounding regression from the bugfix #344187 (trunk)
Bug #345314 reported by
Dukai Gábor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hi!
Trunk version.
The fix for bug #344187 introduced a regression with rounding.
With a supplier invoice in a foreign currency.
In account_
for line in move.line_id:
This amount calculation before the fix was 0.0, now with the fix I get 0.0199999997857
The supplier invoice:
6000x2.91
3000x3.58
1000x1.04
2000x1.12
1000x1.2
The currency conversion rate: 0.0146665415
To post a comment you must log in.
Fixed in trunk addons revision 2271. and reverted commit for bug #344187.