Friday, February 3, 2023
1 change
Resolved issues and error corrections
This fixes how monetary amounts are formatted on the subscription dashboard so values use the currency's own decimal settings. It prevents incorrect amount formatting that could confuse users reviewing subscription figures.
Original PR description
Before this commit, default digits were given to the monetary formatter but those were not used as we also gave a currency. since commit https://github.com/odoo-dev/odoo/commit/996cc74745a2fb72547053991a79d233d6916587, the digits are used if given to the formatter and caused a formatting error as the digits were wrong. This commit removes the given digits to use the currency ones. community part: https://github.com/odoo/odoo/pull/111308