Daily updates from Odoo
Wednesday, January 17, 2018
1 change
Resolved issues and error corrections
Invoice analysis totals are now converted into the currency selected by the user. This makes reported invoice amounts accurate and comparable for teams working in different currencies.
Original PR description
Description of the issue/feature this PR addresses: In invoice analysis, the amounts were never converted to the user's currency. Current behavior before PR: User's currency in $ Line Total = 100 User's currency in € Line Total = 100 Desired behavior after PR is merged: User's currency in $ Line Total = 100 User's currency in € Line Total = 89 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr