[IMP] MRP : Remove group module_product_manufacturer in Configuration of Manufacturing
authorSheth Sunny <sus@openerp.com>
Thu, 28 Aug 2014 10:34:59 +0000 (16:04 +0530)
committerSheth Sunny <sus@openerp.com>
Tue, 16 Sep 2014 09:35:24 +0000 (15:05 +0530)
addons/mrp/res_config.py

index 5edebfa..3914082 100644 (file)
@@ -52,14 +52,6 @@ class mrp_config_settings(osv.osv_memory):
         'group_mrp_properties': fields.boolean("Allow several bill of materials per products using properties",
             implied_group='product.group_mrp_properties',
             help="""The selection of the right Bill of Material to use will depend on the properties specified on the sales order and the Bill of Material."""),
-        #FIXME: Should be removed as module product_manufacturer has been removed
-        'module_product_manufacturer': fields.boolean("Define manufacturers on products ",
-            help='This allows you to define the following for a product:\n'
-                 '* Manufacturer\n'
-                 '* Manufacturer Product Name\n'
-                 '* Manufacturer Product Code\n'
-                 '* Product Attributes.\n'
-                 '-This installs the module product_manufacturer.'),
     }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: