Wednesday, March 18, 2026
3 changes · master
Features or functions removed from Odoo
An old forum background route that was no longer used has been removed. This cleanup reduces unnecessary code without changing the forum experience for users.
Original PR description
The only call to this route has been removed in Odoo 13.0: https://github.com/odoo/odoo/commit/1c5ffe17374b63916341908cb11446d13f65f8c9#diff-59fc987903da7cec03a1465bd2119088648d9cedd25412690618436f619031aeL542 The route can therefore be removed.
This update removes outdated and unused code within the l10n_pe_edi_pos module, addressing a dependency issue with an older version of the ‘account_edi’ form. This cleanup improves the stability and maintainability of the Odoo Enterprise system.
Original PR description
In this commit: - error due to dead code : http://pastebin.com/q65h1fME - Form 19.2v 'account_edi' is not in the dependencies, so we have to remove that dead code. - Here is the task which remove that dependencies : https://www.odoo.com/odoo/project/967/tasks/5164609 Forward-Port-Of: odoo/enterprise#109674
This update streamlines the Indian payroll system by removing duplicate salary structures for workers and non-executives. These structures were previously redundant, as their rules are now integrated into the main India: Employee Pay structure. This simplifies payroll management and reduces potential errors.
Original PR description
This PR removes the India: Worker and India: Non-Executives salary structures, as most of the rules defined in these structures are already present in the India: Employee Pay salary structure. These structures are therefore duplicated and redundant. task-5895174