Daily updates from Odoo
Tuesday, October 7, 2025
3 changes · saas-18.3
Enhancements to existing features
The Brazilian AvaTax product setup now shows the correct LC116 label when configuring services instead of referring to Mercosul NCM, which applies to goods. This reduces confusion for users entering fiscal information and improves the supporting tooltip explanation.
Original PR description
Purpose:- - In Brazil, NCM is a code that has an acronym to specify the Mercosul Common Name for products, and for services, the right name is LC116 (Complementary Law 116), which specifies the federal code for a service. - But we have the same field `l10n_br_ncm_code_id` to configure both NCM for goods and LC116 for services and the same table can be used for both the cases. - So while configuring fiscal information for a service, user don't understand why it still shows the NCM label instead of LC116. Before this commit:- - Label `Mercosul NCM Code` was displayed for services confusing users. After this commit:- - Label `Mercosul NCM Code` is replaced with `LC116 Code` only for services. - Tooltip is also improved for better understanding. task-5096435 Forward-Port-Of: odoo/enterprise#96228 Forward-Port-Of: odoo/enterprise#95404
The state selection search field no longer has extra spacing around it. This makes it visually consistent with similar selection fields across Odoo and improves the overall form experience.
Original PR description
There is a 2% margin added when searching for country states Remove this margin to have the field look like the majority of `many2one` fields task-5123126 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The state selection field now aligns visually with other similar lookup fields by removing an extra margin. This creates a more consistent form layout and reduces small visual inconsistencies for users entering addresses or location details.
Original PR description
Related PR: https://github.com/odoo/odoo/pull/229290 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr