Thursday, March 28, 2019
2 changes · master
Enhancements to existing features
Manufacturing teams can now choose whether Bill of Material component quantities must be followed strictly or used as adjustable guidance. This gives businesses tighter control where exact consumption is required, while preserving flexibility for production processes that need manual adjustments or multiple lot entries.
Original PR description
Purpose: The quantities to consume on Bill of Material lines should be either strictly used or be taken as a reference more or less adjustable. This commit adds a setting on BoM to specify if the…
Purpose: The quantities to consume on Bill of Material lines should be
either strictly used or be taken as a reference more or less adjustable.
This commit adds a setting on BoM to specify if the consumption is 'strict'
or 'flexible'. This new option has the following impacts:
- On produce wizard: if consumption is set to 'strict', the done quantities
are prefilled and locked in read only mode. Changing the quantity to
produce will, as done before, update the components to consume but the
manufacturing user cannot change them by hand.
If set to 'flexible', the production flow remains the same as present
one.
- On workorders: if consumption is set to 'strict', the Validate button
will save the consumed data, and propose to fill the remaining ones until
the total is registered. If set to 'flexible', two button are displayed.
'Validate' to register the current component and pass to next step either
the quantity to consume is complete or not, and 'Continue Consumption'
to registered the current component quantity but leaving the user the
possibility to add more quantity (and possibly another lot number) for
the current component
Task: 1889393
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prManufacturing teams can now choose whether component quantities on a bill of materials must be followed exactly or can be adjusted during production. This gives businesses tighter control when needed while preserving flexibility for real-world consumption differences, including workorder and quality workflow handling.
Original PR description
Purpose: The quantities to consume on Bill of Material lines should be either strictly used or be taken as a reference more or less adjustable. This commit adds a setting on BoM to specify if the…
Purpose: The quantities to consume on Bill of Material lines should be
either strictly used or be taken as a reference more or less adjustable.
This commit adds a setting on BoM to specify if the consumption is 'strict'
or 'flexible'. This new option has the following impacts:
- On produce wizard: if consumption is set to 'strict', the done quantities
are prefilled and locked in read only mode. Changing the quantity to
produce will, as done before, update the components to consume but the
manufacturing user cannot change them by hand.
If set to 'flexible', the production flow remains the same as present
one.
- On workorders: if consumption is set to 'strict', the Validate button
will save the consumed data, and propose to fill the remaining ones until
the total is registered. If set to 'flexible', two button are displayed.
'Validate' to register the current component and pass to next step either
the quantity to consume is complete or not, and 'Continue Consumption'
to registered the current component quantity but leaving the user the
possibility to add more quantity (and possibly another lot number) for
the current component
Task: 1889393