From f7d2d9e9189e9874652b88f8b61820e01ff0d56a Mon Sep 17 00:00:00 2001 From: Cedric Snauwaert Date: Wed, 22 Jan 2014 15:11:23 +0100 Subject: [PATCH] [FIX]remove setting for stock_no_autopicking that has been removed lp bug: https://launchpad.net/bugs/1271466 fixed bzr revid: csn@openerp.com-20140122141123-wbxk3exizay9cgf9 --- addons/mrp/res_config.py | 6 ------ addons/mrp/res_config_view.xml | 4 ---- 2 files changed, 10 deletions(-) diff --git a/addons/mrp/res_config.py b/addons/mrp/res_config.py index e7da0ee82fb..71635cc9e6e 100644 --- a/addons/mrp/res_config.py +++ b/addons/mrp/res_config.py @@ -44,12 +44,6 @@ class mrp_config_settings(osv.osv_memory): 'Without this module: A + B + C -> D.\n' 'With this module: A + B + C -> D + E.\n' '-This installs the module mrp_byproduct.'), - 'module_stock_no_autopicking': fields.boolean("Manage manual picking to fulfill manufacturing orders ", - help='This module allows an intermediate picking process to provide raw materials to production orders.\n' - 'For example to manage production made by your suppliers (sub-contracting).\n' - 'To achieve this, set the assembled product which is sub-contracted to "No Auto-Picking" ' - 'and put the location of the supplier in the routing of the assembly operation.\n' - '-This installs the module stock_no_autopicking.'), 'group_mrp_routings': fields.boolean("Manage routings and work orders ", implied_group='mrp.group_mrp_routings', help='Routings allow you to create and manage the manufacturing operations that should be followed ' diff --git a/addons/mrp/res_config_view.xml b/addons/mrp/res_config_view.xml index 25f3e0b0931..97301e60bf8 100644 --- a/addons/mrp/res_config_view.xml +++ b/addons/mrp/res_config_view.xml @@ -35,10 +35,6 @@