diff --git a/stock_available/res_config.py b/stock_available/res_config.py index 535f58460..8001b371e 100644 --- a/stock_available/res_config.py +++ b/stock_available/res_config.py @@ -31,4 +31,12 @@ class StockConfig(orm.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( + '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 @@