Monday, October 21, 2024
2 changes · 17.0
Enhancements to existing features
The Netherlands localization now includes the account tags needed to build Balance Sheet and Profit & Loss reports based on tags instead of account codes. This supports Dutch companies that do not use the national standard chart of accounts, while also correcting missing tax report translations.
Original PR description
In the Netherlands localization, the Balance Sheet and Profit&Loss reports are only currently built on account codes. We want to add another version of the accounting reports that uses account tags. Enterprise PR: odoo/enterprise#58487 Task link: https://www.odoo.com/web#model=project.task&id=3794536 task-3794536
Odoo now supports Chinese Yuan (CNY) currency exchange rates from the Banxico provider. Previously, only USD, EUR, JPY, and GBP were available. This expansion allows businesses operating in or with China to access live currency conversion rates through the same Banxico data source.
Original PR description
Currently, Odoo supports several currencies (USD, EUR, JPY, GBP) for Banxico data parsing, but CNY (Chinese Yuan) is missing. This commit adds support for CNY in the list of currencies retrieved from Banxico’s API (through iap proxy). related pr: https://github.com/odoo/iap-apps/pull/912 task-4205613