Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
What setup should be done to automatically group Manufacturing Orders by products?
I am trying to setup a new food production company in OpenERP 8. The besic business process requires me to group Manufacturing Orders by type of product. Currently I have next preconditions:
Products:
- Egg; Stockable Product; Unit(s); Routes: Buy, Make To Order; Suppliers: Shop, Minimum Quantity = 6
- Flour; Stockable Product; Kg; Routes: Buy, Make To Order; Suppliers: Shop, Minimum Quantity = 1
- Pancakes; Stockable Product; Unit(s); Routes: Manufacture, Make To Order; BOM:
- Egg; Quantity=2
- Flour; Quantity=0,5
One sales order with two lines:
- Pancakes; Quantity=1
- Pancakes; Quantity=1
When I confirm sales for this quota and run all procurements I will receive:
- Two Manufacturing Orders - this is not very comfortable, but ok.
- One Purchase Quota with two lines:
- Egg; Quantity=12
- Flour; Quantity=2
System suggest to buy me twice more than I expect it will and the reason because initialy it creates two MO.
Please advice me the correct way how to solve it, as I do not belive that it is a bug.
Change from 'MAKE TO ORDER' to 'MAKE TO STOCK' and add an order point of 0.
MAKE TO ORDER = ignore any existing stock, always order the full amount of materials when a sale is created.
You will then get ONE Manufacturing Order for EVERYTHING you need every time you run the Scheduler - which is configurable to run once per shift, per day, on demand, etc
Make to Stock is gone in v8, Buy, Manuacture, Make to Order. So I assume you mean Make to Order = False?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 9/22/14, 10:02 AM |
Seen: 2272 times |
Last updated: 3/16/15, 8:10 AM |
Maybe I could solve it when I put the Product->Suppliers->Minimum Quantity to the minimum possible value. But for now system limit it to 1. So I would need to have a minimal UOM for each component product. But maybe there is some another way to do it?