Tuesday, June 2, 2026
3 changes · master
Features or functions removed from Odoo
The IAP client no longer includes the unused auto-refill setup because that feature was never completed on the IAP server side. Future auto-refill management is expected to move to the IAP server, reducing irrelevant settings in the local database.
Original PR description
The feature was never merged on IAP/Internal's side and we now have a new task to move the setting up of the auto-refill from the local db to the IAP server, so the feature is no longer relevant on the client side. task-6128821
An outdated internal website test related to editor interaction lifecycle checks has been removed because the component it depended on no longer exists. This reduces maintenance overhead without changing customer-facing website behavior.
Original PR description
The `WysiwygAdapterComponent` patched by the lifecycle test helper was removed in [1]. This commit removes the now obsolete lifecycle helpers, tour, test entry, and test asset reference. [1]: https://github.com/odoo/odoo/commit/55d5144deecd2aa12702dfa333c3b1dfde4da3b8
This update removes a reset button from the HR payroll views. This change reverts a previous update that introduced an issue. The removal ensures consistent and reliable payroll processing for users.
Original PR description
This reverts commit e35572b. task-6075229 Forward-Port-Of: odoo/enterprise#118174