diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index 30ed26f2320..3eb26b41d3e 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -55,7 +55,7 @@ class mrp_workcenter(osv.osv): 'timesheet_id': fields.many2one('hr.timesheet.group', 'Timesheet'), 'note': fields.text('Description'), - 'capacity_per_cycle': fields.float('Capacity per Cycle'), + 'capacity_per_cycle': fields.float('Number of workcenter', help="This is the number of available workcenter simultaneously"), 'time_cycle': fields.float('Time for 1 cycle (hour)'), 'time_start': fields.float('Time before prod.'), diff --git a/addons/mrp/mrp_report.xml b/addons/mrp/mrp_report.xml index 129341c2b6a..2b3912f675f 100644 --- a/addons/mrp/mrp_report.xml +++ b/addons/mrp/mrp_report.xml @@ -7,14 +7,6 @@ model="mrp.workcenter" name="mmrp.workcenter.load"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ProductVariantsAmountUoMUnit PriceValue - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/product/product_wizard.xml b/addons/product/product_wizard.xml index 88fa5619acc..7cc0678c707 100644 --- a/addons/product/product_wizard.xml +++ b/addons/product/product_wizard.xml @@ -3,14 +3,6 @@ - - - - - Product Cost Structure - - -