Depending on the product category, I can either process incoming products using a 2-step or 3-step process.
- 2-step:
- Receive from Vendors -> Input
- Input -> Stock
- 3-step:
- Receive from Vendors -> Input
- Input -> Quality Control
- Quality Control -> Stock
How can I set this up in Odoo?
Hi can this be altered so that some products are received in 3 steps and some products are received in 1 step?
Hi Sheldon,
The operation type is the key to having multiple receipt processes within one purchase order; the destination location must be the same. In the example above, both routes use Input first.
You can have 1-step and 3-step receipts as long as these are used in separate purchase orders, since:
1) The one-step process receives into Stock
2) The tree-step process received into Input.
Hi Andrea,
Thank you for coming back to me. So I can have some product that will go through the Vendor to Input, then Input to Quality Control and then Quality Control to Stock.
Then I can have another product that will go Vendor to Stock?
I have tried a configuration like this and cannot seem to get it to work.
I always end up with some product in 3 step step (Input-QC-Stock) and the others in (Input-Stock)