Odoo 14.0, CE.
To build product A I need product B.
To build product C i also need product B.
Since product C is build on bulk, lets say 50 at a time, I need to buy a lot of B. But product A is produced 1 at a time, but uses many B.
So I want to be able to MTS B so at any moment i can build product A, but I also want to MTO B whenever a C manufacture order is triggered (always in bulk).
How can I do that?
I tried making 2 warehouses and having 2 reordering rules for B:
- 0/0/1 MTO WarehouseC
- 15/100/5 MTS WarehouseA
But this is not working... It seems that odoo only checks if there is stock, not where it is.
Am I doing anything wrong?
Thanks.
Edit: Just tested on a fresh DB on odoo.com and it seems to work properly... could it be because my DB uses multilayer BOMs or because it is in Odoo 14? I guess odoo.com is Odoo 15.
Also I did not enable MTO so replenishment in C was:
- 0/0/1 Buy WarehouseC
Edit: The problem seems to come from lead times, now I'm lost...