diff --git a/stock_available/models/res_config.py b/stock_available/models/res_config.py index aec970a73..6e0afe2aa 100644 --- a/stock_available/models/res_config.py +++ b/stock_available/models/res_config.py @@ -28,13 +28,13 @@ 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_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', diff --git a/stock_available/views/res_config_view.xml b/stock_available/views/res_config_view.xml index 95b68e371..f270e06ae 100644 --- a/stock_available/views/res_config_view.xml +++ b/stock_available/views/res_config_view.xml @@ -4,35 +4,35 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> - - Stock settings: quantity available to promise - stock.config.settings - - - - - -