Monday, July 6, 2026
3 changes · 19.0
Enhancements to existing features
The Azerbaijani Manat currency symbol has been updated to the official Unicode character, ₼. This improves currency display accuracy for businesses working with AZN in Odoo.
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 task-6112867
VAT number fields now show cleaner examples and avoid extra wording about non-applicable cases. This makes customer tax ID entry easier to understand while keeping a simple note that '/' can be used when no Tax ID exists.
Original PR description
In this commit: - Remove 'or not applicable' and '/ if not applicable' from VAT placeholders. - Display the expected VAT format when available (e.g. BE0477472701). - Leave the placeholder empty when no format is known. - Simplify the tooltip to: 'You can use / to indicate that the customer has no Tax ID.' task-[5005896](https://www.odoo.com/odoo/project/967/tasks/5005896)
The Sendcloud delivery option formerly called "Use Batch Shipping" is now labeled "Use Multicollo". This makes the wording clearer for customers and aligns Odoo with Sendcloud's own terminology.
Original PR description
In order to avoid confusion for the customer, "Use Batch Shipping" was renamed to "Use Multicollo".This way it is consistent with the terminology used by Sendcloud. task-6048477 Forward-Port-Of: odoo/enterprise#122133