Daily updates from Odoo
Monday, May 8, 2023
1 change
Code cleanup and technical improvements
This update standardizes how point-of-sale currency amounts are displayed across affected modules. It reduces duplicated formatting logic and helps keep amounts shown consistently for users, including localized certification flows.
Original PR description
For introduction, check: https://github.com/odoo/odoo/pull/120317 - `format_currency` and `format_currency_no_symbol` are replaced with `formatCurrency` that optionally takes a second parameter indicating use of the currency symbol or not. - `format_round_decimals_currency` is replaced by `formatCurrency` no symbol