Thursday, November 27, 2025
1 change · saas-18.2
Enhancements to existing features
This update simplifies the process of customizing sign templates within Odoo. A new method allows developers to more easily modify or add fields, making it simpler to adapt templates for different business needs. This change improves flexibility and reduces the effort required for template adjustments.
Original PR description
Introduced a dedicated _getTemplateFields() method to make easier to override or extend the fields in patches. Forward-Port-Of: odoo/enterprise#95722