Tuesday, November 21, 2023
1 change · 17.0
Enhancements to existing features
The web framework now provides a shared helper for setting up Owl applications, reducing repetitive setup work. This lowers the chance of configuration mistakes and makes future web development easier to maintain.
Original PR description
Currently mounting an owl application using the Odoo web framework takes a good bit of boilerplate. This is both annoying but also creates the opportunity to misconfigure created applications. This commit exctracts the application creation logic to a helper function which will make it much easier to create Owl applications correctly. task-3580007