Wednesday, July 8, 2026
2 changes · 18.0
Enhancements to existing features
The Azerbaijani Manat (AZN) now uses its official currency symbol, ₼, instead of an older placeholder. This makes currency displays more accurate and consistent for users working with Azerbaijan-related amounts.
Original PR description
This commit updates the base currency symbol for the Azerbaijani Manat (AZN) to its official Unicode character '₼'. Related Upgrade PR: https://github.com/odoo/upgrade/pull/10107 Backport of: https://github.com/odoo/odoo/pull/262471 task-6112867 Forward-Port-Of: odoo/odoo#274368
This update ensures product prediction by name in the account_edi_ubl_cii module now aligns with user preferences. Previously, prediction ran regardless of a setting, potentially confusing users. Now, prediction will run by default for community users and based on the 'predict_bill_product' setting for enterprise users.
Original PR description
Context: There was an enterprise field `predict_bill_product` allowing users to toggle product prediction based on line label. Before this commit, product prediction by name was running without taking into account the value of this field, which could confuse users who had disabled the feature in settings. This commit makes product prediction by name depend on this field. For community users, the prediction will run by default. no-task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr