Hi!
When a replenishment for manufactured product XYZ is triggered by a reordering rule, I would like Odoo to create individual manufacturing orders.
For instance if the replenishment is for 5 quantity, rather than one MO with a product qty of 5 I would like 5 MO with product qty of 1.
The main reason for this is the product is serial tracked and a team of multiple person can be working on the manufacturing process.
So far I tried the following:
- Using a MTO route for the product: it works but these are stock items not MTO
- Tried all available option for Propagation of Procurement Group on the inventory route/rule.
- Set a fixed procurement group on the reordering rule itself.
Odoo always create a MO with multiple qty of the product.
I know in v16 one can split an MO into multiple MOs, but I would like this be automated.
Thanks for your suggestions!