Thursday, November 27, 2025
3 changes · saas-18.4
Enhancements to existing features
This update clarifies the tooltip for the 'Prices' setting in the configuration. Previously, it stated the setting couldn't be changed after an invoice. Now, it correctly indicates the setting locks once a journal entry is created, providing clearer guidance for users. This change ensures accurate understanding and reduces potential confusion.
Original PR description
This commit improves the tooltip of the Prices setting in configuration. The old tooltip "This setting cannot be changed after an invoice is created." is changed to "This setting locks once a journal entry is created." task-5354382 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237093
This update simplifies the process of customizing sign template fields for developers. A new method allows easier modification and extension of fields within patches, making it simpler to adapt sign templates to different business needs. This improves flexibility and reduces development time for sign template customizations.
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
This pull request enhances the website builder's user interface with several improvements, including a more intuitive way to expand row options, fixes for dark mode inconsistencies, and new controls for managing background images and videos. These changes improve the overall user experience and ensure consistent styling across different themes.
Original PR description
This pull request adds remove buttons for background images and videos, fixes several dark mode issues in the editor, and includes a few small UI improvements throughout the website builder. task-5104004