From c18686212af900045d86177b1b718a2dd74132d2 Mon Sep 17 00:00:00 2001 From: "vta vta@openerp.com" <> Date: Fri, 9 Nov 2012 12:57:20 +0100 Subject: [PATCH] [FIX] Removed module_stock_planning from config. bzr revid: vta@openerp.com-20121109115720-dpwdqke5n1an857p --- addons/mrp/res_config.py | 4 ---- addons/mrp/res_config_view.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/addons/mrp/res_config.py b/addons/mrp/res_config.py index c1712b81a26..ec3deb524a3 100644 --- a/addons/mrp/res_config.py +++ b/addons/mrp/res_config.py @@ -28,10 +28,6 @@ class mrp_config_settings(osv.osv_memory): _inherit = 'res.config.settings' _columns = { - 'module_stock_planning': fields.boolean('Manage master production shedule', - help ="""This allows to create a manual procurement plan apart of the normal MRP scheduling, - which works automatically based on minimum stock rules. - This installs the module stock_planning."""), 'module_mrp_repair': fields.boolean("Manage repairs of products ", help="""Allows to manage all product repairs. * Add/remove products in the reparation diff --git a/addons/mrp/res_config_view.xml b/addons/mrp/res_config_view.xml index 6b4058fb7b4..2c7047380a8 100644 --- a/addons/mrp/res_config_view.xml +++ b/addons/mrp/res_config_view.xml @@ -56,10 +56,6 @@