Skip to Content
Menu
This question has been flagged
2 Replies
1377 Views

Hello good morning, I have a problem in the MRP module, both in CE and EE.
The case is when I am going to manufacture a product that I sell, which has as an example two products that I manufacture, and I already have stock of one or some of them, I do not subtract the units in the production orders.
ex:
I have to produce A -> a is composed b + c + d -> b = x+y , c = x + y , d = x + y.
I am going to produce a unit of A but I need 1 of b , 2 of c and 3 of c, I currently have stock of b and c 2 of b and 2 of c.
odoo does not take the existing stock to complete the production orders and subtract the quantities to be produced.
what you do adds up the total to be produced from the list of materials.
How could I configure the routes so that it takes the stock in existence. ?
Cheers

Avatar
Discard
Best Answer

First of all it is important to define the product reservation configuration

If you want to work with Current demands, MTO (or replenish on order) can be a good solution, but limited, because if you need for example 3 units and you already have 2 in stock, the MTO route will generate the need for 3.
Better would be to use Replenishment (inventory->operations->replenishment) and create Reordering rules with quantities for example minimum 0 and maximum 0 for your products and components and trigger these rules automatically or manually according to your preference.

For Forecasted long/mid term demands could be interesting to implement MPS (available only for the enterprise version) you can find more info in the documentatrion: https://www.odoo.com/documentation/saas-15.2/applications/inventory_and_mrp/manufacturing/management/use_mps.html

Avatar
Discard
Best Answer

On the MTO route (assuming you have this route, else your defined route), modify the rule (Stock to production), change 'supply method' to Take From Stock, if unavailable, Trigger Another rule

To access the route & associated rules, you would require to enable multi-step routes in inventory/ settings

Avatar
Discard
Related Posts Replies Views Activity
0
Nov 19
1591
0
Jul 24
242
1
Mar 24
366
4
Feb 24
2440
1
Jul 23
909