Daily updates from Odoo
Monday, October 21, 2024
1 change · 17.0
Enhancements to existing features
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