Daily updates from Odoo
Friday, March 20, 2026
1 change
Features or functions removed from Odoo
This update streamlines the return process by removing a complex wizard and now automatically opens a draft picking form for returns. Users must now confirm the return picking to enable exchanges, improving efficiency and clarity. This change impacts the stock and helpdesk modules.
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 community PR: https://github.com/odoo/odoo/pull/241646 Related upgrade PR: https://github.com/odoo/upgrade/pull/9168 Task-5347991