diff --git a/quality_control_mrp_operations/models/mrp.py b/quality_control_mrp_operations/models/mrp.py index 8e60a226..5c3dda0f 100644 --- a/quality_control_mrp_operations/models/mrp.py +++ b/quality_control_mrp_operations/models/mrp.py @@ -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: