odoo/enterprise#78838
Created by fw-bot
Merged
at 72d453a0f627cee7a535a1803568842bac17c54d
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/l10n: (runtime 0s)
Linked pull requests
- label
- odoo-dev:saas-17.4-saas-17.2-mrp-shop-floor-manual-consumption-sako-382599-fw
- head
- a28e8947159dd7edfe61fa059c83daaa483e63e8
- 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 is 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
Community PR: odoo/odoo#175816
Forward-Port-Of: #77831