diff --git a/stock_available/res_config.py b/stock_available/res_config.py index bf78bcb3b..7d4355df7 100644 --- a/stock_available/res_config.py +++ b/stock_available/res_config.py @@ -30,3 +30,12 @@ class StockConfig(models.TransientModel): help="This will subtract incoming quantities from the quantities " "available to promise.\n" "This installs the module stock_available_immediately.") + + module_stock_available_mrp = fields.Boolean( + string='Include the production potential', + help="This will add the quantities of goods that can be " + "immediately manufactured, to the quantities available to " + "promise.\n" + "This installs the module stock_available_mrp.\n" + "If the module mrp is not installed, this will install it " + "too") diff --git a/stock_available/res_config_view.xml b/stock_available/res_config_view.xml index 15e45c031..d4f378fb8 100644 --- a/stock_available/res_config_view.xml +++ b/stock_available/res_config_view.xml @@ -15,6 +15,10 @@