Thursday, August 28, 2025
2 changes · master
Features or functions removed from Odoo
Odoo no longer relies on an external decorator library and now handles the few related cases directly in its own code. This reduces dependency maintenance and packaging complexity without changing business workflows.
Original PR description
Description of the issue/feature this PR addresses: Writing decorators isn't that had and there are only a few places where we use the library. We can remove it from dependencies. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payroll configuration for salary structures and salary rules now opens only in list and form views. This removes an unsuitable card-style view, keeping administrators focused on the views intended for setup work.
Original PR description
#### Steps to Reproduce Payroll -> Configuration -> Salary Structures / Salary Rules #### Issue Kanban views are not relevant for payroll configuration. Users are supposed to work in list view, and mobile usage for editing payroll configuration is not meaningful. #### Fix This commit removes the kanban views from salary structures and salary rules, and updates the actions to use only list and form views. task-5025479