Skip to content

Commit

Permalink
[IMP] quality_control_mrp_operations: inspections do not have product…
Browse files Browse the repository at this point in the history
…ion_id
  • Loading branch information
oihane authored and Dimitrios T. Tanis committed Jun 16, 2017
1 parent 4b813ca commit e65f5ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quality_control_mrp_operations/models/mrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def write(self, vals, update=False):
def create_quality_test(self, qtemplate):
vals = {
'workcenter_line_id': self.id,
'production_id': self.production_id.id,
'test': qtemplate.id,
}
if qtemplate.object_id:
Expand Down

0 comments on commit e65f5ca

Please sign in to comment.