odoo/enterprise#77831
Created by Logistics, Sahil Koladiya (sako)
Merged
at 7feeb11f2e553d6b80455ccb819dec0101b05a16
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 1s)
Linked pull requests
- label
- odoo-dev:saas-17.2-mrp-shop-floor-manual-consumption-sako
- head
- aca94c64acb8d30bd885d2f86edb71418f4ab744
- merged
- 1 year ago by Logistics, Steve Van Essche
| 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 |
[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