diff --git a/addons/stock/res_config.py b/addons/stock/res_config.py index 952407f59b3..b03bbedff68 100644 --- a/addons/stock/res_config.py +++ b/addons/stock/res_config.py @@ -87,6 +87,7 @@ This installs the module product_expiry."""), 'module_stock_dropshipping': fields.boolean("Manage dropshipping", help='\nCreates the dropship route and add more complex tests' '-This installs the module stock_dropshipping.'), + 'module_stock_picking_wave': fields.boolean('Manage picking wave', help='Install the picking wave module which will help you grouping your pickings and processing them in batch'), } def _default_company(self, cr, uid, context=None): diff --git a/addons/stock/res_config_view.xml b/addons/stock/res_config_view.xml index f8d154e3dd9..b83100e115b 100644 --- a/addons/stock/res_config_view.xml +++ b/addons/stock/res_config_view.xml @@ -82,6 +82,10 @@