Wednesday, January 14, 2026
2 changes · saas-18.4
Enhancements to existing features
This update adds three new fields to invoices generated within the Chorus Pro system: Buyer Reference, Contract Reference, and Purchase Order Reference. These fields ensure invoices comply with Chorus Pro requirements, improving data accuracy and facilitating seamless integration with the Chorus Pro platform.
Original PR description
This commit: - Add three reference fields to invoice PDF for Chorus Pro compliance: Buyer Reference, Contract Reference, and Purchase Order Reference. These fields appear in the invoice header when set on the invoice. task-5410836 Forward-Port-Of: odoo/odoo#240494
This update allows system administrators to customize the main Odoo Enterprise home menu with a targeted message. Administrators can set a message via a database configuration, such as a maintenance notice, which will then be displayed to all users. This provides a flexible way to communicate important information directly to users within the system.
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#103831
Forward-Port-Of: odoo/enterprise#102239