Odoo 12
Rules can be set to have a Move Supply Method of either "Take from stock" or "Trigger another rule".
I have a Deliver route and a Manufacture route. The Deliver route has a Deliver rule that pulls products from Stock location if needed at customers. The Manufacture rule creates a manufacturing order if products are needed in Stock location.
I am trying to set up the inventory module so that when a sales order is confirmed, if the product is in inventory, it will be taken from there. If it is not in inventory, a manufacturing order will be created to produce the product.
I cannot make that work though - if I set the Move Supply Method in the Deliver rule to "Take from stock", it will take the product from inventory, as it should, if the product is there. But if there is no product in inventory, it does not create a manufacturing order for it.
If I set the Move Supply Method to "Trigger another rule" it will always trigger a manufacturing order, no matter whether the product is in stock or not. It simply ignores the inventory.
What I am trying to set up should be fairly ordinary - basically, if we have the product in stock take it from there, otherwise manufacture it.
Any idea what I am doing wrong?
Hi Peter,
Do you have any solution for this topic? Please share with me
Many thanks
This is how it works in Odoo 13: https://odootricks.tips/using-routes-and-rules/#MTO