Daily updates from Odoo
Tuesday, January 13, 2026
2 changes · saas-18.2
Enhancements to existing features
This update modifies the NCM (National Customs) code list used in Odoo Enterprise for Brazil, aligning with the latest tax regulations. The changes include marking expiring codes as ‘DEPRECATED’ and adding new codes to ensure accurate tax reporting and compliance.
Original PR description
This **PR** updates the NCM code list as per latest requirement. It appends `DEPRECATED` at the end of expires codes. Also it introduces a few new codes. **task**-5381617 Forward-Port-Of: odoo/enterprise#102009
This update allows system administrators to customize the main Odoo Enterprise home menu with a targeted message. Administrators can set a message through a configuration parameter, visible to all users, to communicate important information like scheduled maintenance. This provides a direct way to notify users about critical events.
Original PR description
Display a message on home menu based on an ir.config_parameter that can be added directly in the database by the system administrator.
The ir.config_parameter is sysadmin.message and should be a json loadable. The format shoud be something like this:
{
"type": "warning",
"replace": false,
"warning_type": "user",
"message": "`<span>A maintenance operation is planned on your server on <strong>2026-01-15</strong> between 14h and 15h</span>`"
}
Forward-Port-Of: odoo/enterprise#103752
Forward-Port-Of: odoo/enterprise#102239