HibaFeb. 7, 2019
There are cases when you want a purchase order to be created automatically when the stock quantity of some product reaches the minimum level. Minimum Stock rules are used to ensure that you always have the minimum amount of a product in stock in order to manufacture your products and/or answer to your customer needs. In such situation you can create Reordering rule for that product by specifying minimum quantity, maximum quantity, and a quantity multiple. For example, if you have a product ‘A’ for which you want to create a new purchase order automatically always when there is only one item stock, but also you don’t want more than 10 items in the stock. For a few things you hold in stock, it may be helpful to have rules ensuring you never run out of stocks (for instance, items with a popularity, or big storage room for large products.). It is possible to set Reordering Rule or Minimum Stock Rule In Odoo 11.
Odoo enables you to set up rules that a programmed replenishment for those things is made, based on the obtainable stock.
Configuration
Create a reordering rule
1. Day(s) to get the product – Number of days to get the product
2. Day(s) to purchase - It is the number of days for the supplier to receive the order.
By default in Odoo the scheduler will run at the specified interval on cron job or you can run manually.
Hope you understood the concept of Minimum Stock Rule in Odoo.
0