Monday, May 18, 2026
2 changes · saas-19.3
Enhancements to existing features
This update simplifies how businesses can customize the website event registration process. By separating the registration logic, developers can now easily inherit and modify the underlying code, leading to more flexible and tailored event experiences. This change enhances the extensibility of our website event functionality.
Original PR description
Since this controller returns raw markup, it is impossible to inherit. By splitting the controller `registration_new`, allows to manage custom developments with the inheritance of the prepare method instead. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#264242 Forward-Port-Of: odoo/odoo#244156
This update removes a restriction on the fiduciary VAT field within the connection wizard. This change provides more flexibility for users managing fiduciary accounts, allowing for adjustments as needed. The change is intended to improve the user experience and streamline processes related to VAT configuration.
Original PR description
This commit will remove the readonly on the fiduciary_vat in the connection wizard. It will give more flexibility for fiduciary. task-6148930 Forward-Port-Of: odoo/enterprise#115752