Hello everyone,
I go straight to the point by explaing my use case and what I'd like to obtain with Odoo 10:
Lets suppose I produce Watches. My Watches are made of a Band, Case and Glass.
- Glass: buyable product treated as a raw material.
- Leather: buyable product treated as a raw material.
- Buckle: buyable product treated as a raw material.
- Wheel: buyable product treated as a raw material.
- Screw: buyable product treated as a raw material.
- Band: semi-finished product made of Leather and Buckle.
- Case: semi-finished product made of Wheels and Screws.
- Watch: finished product made of Band, Case and Glass.
What I achieved:
-With correct BoM I can create a manufacturing order of a Watch which automatically creates orders for the Case and the Band. Those "sub-orders" have the field "Origin" valued with the "original" order number.
-So the operator should first manufacture Band and Case, then proceed manually to the Watch production.
Problems:
-If I set Produce on Order on the semi-finished products I get to have the production orders created automatically, but it ALWAYS creates orders for those semi-products ignoring the ones I might have on stock.
-If I don't set Produce on Order it uses the semi-products on stock, but it doesn't create ANY manufacturing order if I don't have enough of them on stock.
What I'd like to get:
-When I start a manufacturing order Odoo should check what I need to produce and what I have stocked. If for example I want to manufacture 10 Watches and I have stocked 3 Bands and 5 Cases, Odoo should also create manufacturing orders for 7 Bands and 5 Cases.
-Also if possible, I'd like to have all the orders linked in a stronger way, like a workflow. Clicking on Watches order I'd like to see the steps I need to do, so first it should make me produce the needed Cases (5), then the needed Bands (7), and only after this 2 steps I should be able to produce Watches.
This is kinda optional, cos the operator can already see it manually that his Watch Order has 2 sub-orders and should be smart and do those first. But I'd like to have everything after one single click, like one single workflow...
can anyone help and tell me exactly how to do this?
Thanks a lot.