Daily updates from Odoo
Thursday, January 25, 2018
2 changes · master
Resolved issues and error corrections
This change fixes a simple spelling mistake in an internal code comment related to data imports. It does not change how the product works, but helps keep the codebase clearer for future maintenance.
Original PR description
It was made by @xmo-odoo in 2012 https://github.com/odoo/odoo/commit/45d5003dd6678c4ae115fef3a84d153d973c2b39 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Email templates in Accounting, Belgian invoicing, Purchase, Repair, and Sales now show monetary amounts using the normal currency formatting, including rounding and symbols. This prevents confusing or inconsistent amount displays in customer and vendor communications.
Original PR description
…ount Use `format_amount` in the mail templates in order to format as a regular amount (with rounding and symbol). opw-805370 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr