Wednesday, July 29, 2026
2 changes · master
Features or functions removed from Odoo
An obsolete operations display setting was removed from inventory and manufacturing workflows because it is no longer used. This keeps the system cleaner and reduces maintenance complexity without expected day-to-day user impact.
Original PR description
- Remove the unused show_operations field from stock.move, stock.picking, and stock.picking.type. - The field is no longer used after the changes introduced in the [PR](https://github.com/odoo/odoo/pull/142689). Upgrade PR: [odoo/upgrade#10888](https://github.com/odoo/upgrade/pull/10888)
Cleaned up unused inventory-related code that was no longer being used. This helps keep the system easier to maintain without changing day-to-day user workflows.
Original PR description
- Remove the unused quants_cache initialization, as the cached values are never accessed after this [PR](https://github.com/odoo/odoo/commit/de50d04a4db0df0b800ffcb516c2e933a35b50da). This commit removes the dead code to keep the codebase clean and maintainable.