odoo/odoo#197775
Created by fw-bot
Merged
at c1efb46d0b1bda710a32c285ffc755920a901332
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
Linked pull requests
- label
- odoo-dev:master-saas-17.2-mrp-shop-floor-manual-consumption-sako-416083-fw
- head
- d2c45f6146b1e6306024d050a3343cffa0eb55c6
- merged
- 1 year ago by Logistics, Sahil Koladiya (sako)
| odoo/odoo | odoo/enterprise | |
|---|---|---|
| saas-17.2 | #175816 | #77831 |
| saas-17.4 | #196973 | #78838 |
| 18.0 | #197317 | #79061 |
| saas-18.1 | #197650 | #79277 |
| saas-18.2 | ||
| saas-18.3 | ||
| saas-18.4 | ||
| 19.0 | ||
| saas-19.1 | ||
| saas-19.2 | ||
| master | #197775 | #79374 |
[FW][FIX] mrp: shop floor component manual consumption
With this Commit :
-
In the previous implementation, components marked for manual consumption were automatically consumed, like auto-consumed components, when starting production on a manufacturing order (MO). This occurred due to missing logic and conditions in the code that failed to differentiate between manual and automatic component consumption, and it only affected the shop floor operations.
-
This update corrects the components' consumption process and enhances production tracking's reliability, ensuring that manual components are managed according to their intended usage.
Task id: 4096514
Enterprise PR: odoo/enterprise#77831