[IMP] mrp_operations_extension: allow to load operation in routing lines

This commit is contained in:
agaldona
2016-09-23 08:20:06 +02:00
parent 31d515e7d2
commit 10dc177cd0

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')