odoo/odoo#161327
Created by fw-bot
Merged
at 2551f735e24eb2549264b0a70b814be8d3c52922
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.
- ci/documentation: (runtime 125s)
- label
- odoo-dev:saas-16.3-15.0-propagate-reusable-package-whe-Qhtb-fw
- head
- 7a23bd1645b4b90e87dcd3452bf53d0f6a4974a5
- merged
- 2 years ago by Logistics, William Henrotin (whe)
| odoo/odoo | |
|---|---|
| 15.0 | #160337 |
| 16.0 | #160898 |
| saas-16.3 | #161327 |
| saas-16.4 | #161432 |
| 17.0 | #161445 |
| saas-17.1 | #161500 |
| saas-17.2 | #161529 |
| 18.0 | |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| master | #161655 |
[FW][FIX] mrp_subcontracting_dropshipping: don't assign twice
The stock.move:_action_done() already reserve the next mto moves at
validation. Calling the reservation method after the validation again
may lead to unwanted results like calling check_entire_pack() and
messed up the result_package_id on the stock move lines.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr