Wednesday, November 19, 2025
1 change · master
Features or functions removed from Odoo
This change removes old internal code that is no longer used in point of sale, purchasing, sales, and stock accounting flows. It reduces maintenance risk without changing day-to-day business behavior.
Original PR description
`_stock_account_get_last_step_stock_moves` is not used and is an override of a method that has been changed. The new name of the method is unused (_get_related_stock_moves) and is removed too. (the last use of `_get_related_stock_moves` got removed in https://github.com/odoo/enterprise/commit/57a18e6fb58d8b5decdff9fbe7e628e8155987c1 because the whole class was not used and was not working properly anymore) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr