Using Odoo 14 we have a product that has 2 components; the first component is consumed in operation A, and the 2nd component is consumed in operation B.
Operation A has a workcenter set as 'workcenter1' and operation B has a workcenter set as 'workcenter2'
When a MO is created for this product we want 2 picking operations to be created for each workcenter so they can be processed by different departments.
Does anyone know how to do this? Thanks
Hi Ashish (apologies as I posted as an answer!)
Many thanks for the info but I am unsure what you mean by the "Routings" tab on the product form; or do you mean "Operations".
I have already specified the different operations for each of the components but this only produces one picking operation, so I must be missing something?
Thanks
To clarify When you mean 2 picking operations, do you mean
stock of Department 1 to MO location
and
stock of Department 2 to MO location
or do you mean
stock to workcenter1
and
stock to workcenter2
I mean: -
stock to workcenter1 (defined by operation 1)
and
stock to workcenter2 (defined by operation 2)
Thanks
Thanks Jaideep
Your suggestion as an option of using a multi-level BOM which creates 2 MO's achieves what we require.