Friday, May 8, 2026
1 change · master
Features or functions removed from Odoo
This update removes outdated and unused code from the MRP PLM module, improving the overall codebase. Removing this dead code enhances maintainability and reduces potential complexity. This change is part of a larger upgrade process.
Original PR description
Some action-related methods, fields, widget, and template in 'mrp_plm' were still referenced even though they are no longer used anywhere in the codebase. This commit removes the unused and non-functional code to keep the codebase clean and maintainable. Upgrade PR: https://github.com/odoo/upgrade/pull/10174