Skip to content

Commit

Permalink
Merge 669b9e8 into 09efe68
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Dec 17, 2015
2 parents 09efe68 + 669b9e8 commit b55b8af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrp_operations_extension/models/mrp_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class MrpOperationWorkcenter(models.Model):
workcenter = fields.Many2one(
'mrp.workcenter', string='Workcenter', required=True)
routing_workcenter = fields.Many2one(
'mrp.routing.workcenter', 'Routing workcenter', required=True)
'mrp.routing.workcenter', 'Routing workcenter', required=True,
ondelete="cascade")
time_efficiency = fields.Float('Efficiency factor')
capacity_per_cycle = fields.Float('Capacity per cycle')
time_cycle = fields.Float(
Expand Down

0 comments on commit b55b8af

Please sign in to comment.