Friday, February 7, 2025
1 change · saas-17.2
Resolved issues and error corrections
Starting a manufacturing order from the shop floor no longer automatically consumes components that were set for manual consumption. This helps keep production records accurate and ensures teams control manually managed materials as intended.
Original PR description
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