Daily updates from Odoo
Tuesday, April 8, 2025
1 change
Features or functions removed from Odoo
This change removes unused internal code from the Quality Control module. It has no functional impact for users, but helps keep the system easier to maintain and reduces future cleanup work.
Original PR description
The '_compute_show_validate' method in `stock.picking` was overridden in the quality_control module. However, this logic is unused and has no functional impact. - `show_validate` is already removed in this PR [Upgrade](https://github.com/odoo/upgrade/commit/8c4525d82559b00166efc1c79dcd7e8ed903e865#diff-a3e12f1aaf1abb34cce970e54be2476f58de074f6e2418267ec1818268a06a37R12). - `_compute_show_validate` method is removed in this PR [Community](https://github.com/odoo/odoo/pull/137864/files#diff-79cbc763115661182c02285c07320098510f5686700359ddee67443b4893dc30L498). This commit removes the dead code to keep the codebase clean.