odoo/enterprise#79061
Created by fw-bot
Merged
at 5c6a86900ae23dd52e255c6bb96895633e02f982
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 5s)
Linked pull requests
- label
- odoo-dev:18.0-saas-17.2-mrp-shop-floor-manual-consumption-sako-414897-fw
- head
- 6bd87e078eb1b41436a5e192abcdd29aa85a94a6
- 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