Daily updates from Odoo
Tuesday, January 27, 2026
1 change · saas-18.2
Enhancements to existing features
This update enhances the system administrator panel by allowing for more flexible and customizable notifications. Previously, only a single system message could be displayed. Now, administrators can configure multiple messages with different alert levels, providing clearer and more targeted information about important events and maintenance schedules. This improves communication and operational visibility.
Original PR description
Tweak #102239 to allow more flexibility and display multiple messages with different alert level.
The ir.config_parameter is sysadmin.message and should be a json loadable. The format shoud be something like this:
{
"replace": false,
"warning_type": "user",
"message": "<div class='alert alert-info'>A maintenance operation is planned on your server on <strong>2026-01-15</strong> between 14h and 15h</div>"
}
Forward-Port-Of: odoo/enterprise#105157