Thursday, May 7, 2026
1 change · master
Enhancements to existing features
This update streamlines the Odoo Enterprise module by removing redundant code related to worksheet property editing. The changes consolidate custom code specifically for worksheet templates, improving the module's overall structure and efficiency. This results in a cleaner codebase and potentially faster performance.
Original PR description
This commit moves custom code related to worksheet in that module since that custom code to make the definition of properties field editable in the form view is only useful in worksheet template and so it is not really needed to have it in web module.