Daily updates from Odoo
Friday, July 10, 2026
3 changes
Code cleanup and technical improvements
Spreadsheet-related screens were updated to use the newer Owl 3 framework patterns. This is an internal modernization that helps keep spreadsheet features maintainable and compatible without changing expected user workflows.
Original PR description
*=spreadsheet_sale_management As part of the Owl 3 migration, replace onWillUpdateProps hook with the appropriate Owl 3 alternatives.
This change updates several Odoo Enterprise apps to use a newer shared method for detecting small screens, preparing the product for the next version of its interface framework. It should not change day-to-day behavior, but helps keep mobile and responsive views reliable as the underlying technology evolves.
Original PR description
This commit is a step to remove the env. The env does not exist in owl3 anymore but still exists in odoo. In this commit, `isSmall` is removed from the env, we can get it from the ui service.
The web enterprise home menu was updated as part of the Owl 3 migration, replacing older internal update handling with the newer supported approach. This helps keep the interface maintainable and ready for future platform improvements without changing business workflows.
Original PR description
As part of the Owl 3 migration, replace onWillUpdateProps hook with the appropriate Owl 3 alternatives.