odoo/odoo#193883
Created by fw-bot
Merged
at d791eab8afc529efc6c0d4819eaa246e4a1ad29a
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-18.1-18.0-opw-4416167-return_all_delivered_quantities-lase-PgUx-fw
- head
- 37d1fb2897e1b97bd95ae063349cf0049f9db72f
- merged
- 5 months ago by Logistics, Quentin Wolfs (quwo)
odoo/odoo | |
---|---|
18.0 | #192509 |
saas-18.1 | #193883 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #194107 |
[FW][IMP] stock: add a "Return All" button on the picking return wizard
Issue:
Since 57b8b2487def43a1b9c461c0fa4eb02200b5c1ef (18.0), the return picking wizard sets a default quantity of 0. This fits the new design of returns that are no longer exclusively tied to the initial delivery. However, in workflows where you are expected to return all/almost all products of a consequent picking this is both fastidious and error prone to set all the quantities to match the delivered values by hand.
Solution:
We add a "Return All" button in the wizard view to allow the user to create a return whose quantity matches the delivered quantities.
opw-4416167
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #192509