From 10dc177cd06ebe56194a64c3c6c4096110518c17 Mon Sep 17 00:00:00 2001 From: agaldona Date: Fri, 23 Sep 2016 08:20:06 +0200 Subject: [PATCH] [IMP] mrp_operations_extension: allow to load operation in routing lines --- mrp_operations_extension/models/mrp_routing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mrp_operations_extension/models/mrp_routing.py b/mrp_operations_extension/models/mrp_routing.py index 09c820074..7b19e79e8 100644 --- a/mrp_operations_extension/models/mrp_routing.py +++ b/mrp_operations_extension/models/mrp_routing.py @@ -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')