Skip to content
Snippets Groups Projects
Commit a1ab1244 authored by Josse Colpaert's avatar Josse Colpaert
Browse files

Merge pull request #2052 from odoo-dev/master-product-manufacturer-remove-sus

[IMP] MRP : Remove group module_product_manufacturer in Configuration of Manufacturing #918
parents 22380f09 407d25fd
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment