Merge pull request #152 from agaldona/8.0-mrp_operations_extension

[IMP] mrp_operations_extension: allow to load operation in routing lines
This commit is contained in:
Ana Juaristi
2016-11-02 10:37:43 +01:00
committed by GitHub

View File

@@ -66,7 +66,6 @@ class MrpRoutingWorkcenter(models.Model):
op_wc_lst.append(data)
is_default = False
self.op_wc_lines = op_wc_lst
self.operation = False
@api.one
@api.onchange('op_wc_lines')