Daily updates from Odoo
Thursday, March 12, 2026
1 change · 17.0
Enhancements to existing features
This update makes it easier to customize the look and feel of invoice reports. By adding an ID to the report template, other Odoo modules can now use standard styling methods (CSS or XML) to modify the report's appearance. This enhances flexibility and allows for tailored invoice reports.
Original PR description
This commit adds an id to some html element in report_invoice. This allows other modules to easily target, style, and override the contents of this section using standard CSS selectors or XML/XPath overrides, improving the template's extensibility. task-5162891