This question has been flagged

Hi,

I was watching this tutorial where selecting "confirm order" on a Sales Order apparently generates a Manufacturing Order automatically. I would like to implement this functionality in my ODOO v8 instance, could someone point me in the right direction?

Reference: https://youtu.be/wX43Mgar88Y?t=1m52s

Thank you!

Avatar
Discard
Best Answer

In v8:

The product you sell must have the following configuration:
- Make to Order
- To Manufacture

or

- Make to Stock
- To Manufacture
- A reordering rule must exist and will auto-procure (in this case manufacture) up to the maximum quantity when you get below the minimum quantity. As a note, configuring a reordering rule with min qty = max qty = 0 is the same as Make to Order.
- Optionally, having the mrp_jit module installed will generate the Manufacturing Order without having to wait for the scheduler to run.

Avatar
Discard

Hi,

Is this the same behaviour in v9 as well?

KM

Thanks Fabrice.