Tuesday, May 19, 2026
1 change · master
Features or functions removed from Odoo
This update removes an outdated 'autosave' option from Odoo Enterprise's user interface, streamlining the system and aligning it with recent core changes. The change ensures that data is only saved when necessary, improving performance and reducing potential data inconsistencies. This affects several key modules within the Enterprise suite.
Original PR description
Following the core changes in `odoo/odoo`, this PR cleans up the enterprise modules by removing the now-obsolete `autosave` option in XML views and updating enterprise-specific widgets (like `CarrierTypeSelection`) to respect the `isInEdition` state. **Community PR:** odoo/odoo#256598 **Task-5388752**