Friday, March 20, 2026
1 change · master
Features or functions removed from Odoo
Returning stock items now opens a draft transfer where users can choose the quantities to return, instead of using the previous return wizard. Exchanges require the return transfer to be confirmed or validated first, and users are warned when processing transfers with zero requested quantities.
Original PR description
This commit removes the return wizard `stock.return.picking` and now returning a picking opens a picking form in draft state so the user can assign the quantities to return. Also, in order to make an exchange you need to confirm or validate the return picking first to be able to make an exchange. There is still a wizard used in helpdesk modules to accommodate choosing a picking first on the ticket to make the return. Related enterprise PR: https://github.com/odoo/enterprise/pull/103051 Related upgrade PR: https://github.com/odoo/upgrade/pull/9168 Task-5347991