Monday, May 18, 2026
1 change · saas-19.2
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, making it simpler to tailor events to specific needs. This enhances flexibility and reduces the complexity of adding custom features to our website events.
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