diff --git a/stock_available/res_config.py b/stock_available/res_config.py index 77d32b388..4eb9a19d9 100644 --- a/stock_available/res_config.py +++ b/stock_available/res_config.py @@ -31,6 +31,14 @@ class StockConfig(models.TransientModel): "available to promise.\n" "This installs the module stock_available_immediately.") + module_stock_available_sale = fields.Boolean( + string='Exclude goods already in sale quotations', + help="This will subtract quantities from the sale quotations from " + "the quantities available to promise.\n" + "This installs the modules stock_available_sale.\n" + "If the modules sale and sale_delivery_date are not " + "installed, this will install them too") + # module_stock_available_mrp = fields.Boolean( # string='Include the production potential', # help="This will add the quantities of goods that can be " diff --git a/stock_available/res_config_view.xml b/stock_available/res_config_view.xml index b13eb7f78..850355b67 100644 --- a/stock_available/res_config_view.xml +++ b/stock_available/res_config_view.xml @@ -15,6 +15,10 @@