Monday, January 26, 2026
1 change · 18.0
Enhancements to existing features
This update simplifies how businesses can customize event registration pages. By separating the registration logic, developers can now easily inherit and modify the underlying system using the 'prepare' method, leading to more flexible and tailored event experiences. This change enhances the extensibility of the website event module.
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