Daily updates from Odoo
Monday, October 6, 2025
1 change · saas-18.2
Enhancements to existing features
Brazilian service products now show the correct LC116 Code label instead of the product-focused Mercosul NCM Code label. This reduces confusion when configuring fiscal information for services and improves the explanatory tooltip.
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#96101 Forward-Port-Of: odoo/enterprise#95404