diff --git a/addons/mrp/report/bom_structure.py b/addons/mrp/report/bom_structure.py index 1b286feac46..c8a3132a679 100644 --- a/addons/mrp/report/bom_structure.py +++ b/addons/mrp/report/bom_structure.py @@ -59,10 +59,10 @@ class bom_structure(report_sxw.rml_parse): return children -class report_lunchorder(osv.AbstractModel): +class report_mrpbomstructure(osv.AbstractModel): _name = 'report.mrp.report_mrpbomstructure' _inherit = 'report.abstract_report' - _template = 'mpr.report_mrpbomstructure' + _template = 'mrp.report_mrpbomstructure' _wrapped_report_class = bom_structure # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/mrp/res_config.py b/addons/mrp/res_config.py index 71635cc9e6e..5edebfa0772 100644 --- a/addons/mrp/res_config.py +++ b/addons/mrp/res_config.py @@ -52,6 +52,7 @@ 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' diff --git a/addons/mrp/res_config_view.xml b/addons/mrp/res_config_view.xml index d9af7a688bc..7dfba32450c 100644 --- a/addons/mrp/res_config_view.xml +++ b/addons/mrp/res_config_view.xml @@ -54,10 +54,6 @@