From 9e1b8bd58b4819037a7c62161b663859f157a8c3 Mon Sep 17 00:00:00 2001 From: Obay Abdelgadir Date: Sat, 14 Dec 2019 19:02:55 +0530 Subject: [PATCH] MTO doesn't check for the quantity on hand --- .../replenishment_strategies/min_stock_rule_vs_mto.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst b/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst index fbbdeebe29..65c304e82d 100644 --- a/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst +++ b/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst @@ -15,11 +15,7 @@ with the needed quantity to reach the maximum stock level. The *Make to Order* route will trigger a procurement (purchase order or manufacturing order) with the necessary quantity to fulfill a product request (coming from a sale order or a manufacturing order). The system -will check the quantity on hand for the corresponding product and if the -available quantity is higher or equal to the necessary quantity, Odoo -will use what is in stock to fulfill the request. In case you don’t have -enough available stock to fully fulfill the product request, procurement -will be generated for the total quantity requested. +will not check the quantity on hand for the corresponding product. Configuration ============= @@ -80,7 +76,7 @@ can choose *Make To Order* and another route, either *Buy* or Again, if the *Buy* route is selected, make sure to set a *Vendor pricelist* in the *Purchase tab*. In case you have set a -*Manufacture* route, male sure you have a *BoM* for this product. +*Manufacture* route, make sure you have a *BoM* for this product. .. image:: media/min_stock_rule_vs_mto_05.png - :align: center \ No newline at end of file + :align: center