From 8404da6223985299148071289b3594946ede07f8 Mon Sep 17 00:00:00 2001 From: Daniel-CA Date: Thu, 6 Aug 2015 17:53:49 +0200 Subject: [PATCH] [FIX] mrp_operations_star_without_material: WO init_without_material field filled from routing line closes #944 --- mrp_operations_start_without_material/models/mrp_bom.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mrp_operations_start_without_material/models/mrp_bom.py b/mrp_operations_start_without_material/models/mrp_bom.py index f84b2e494..e70bc8d2c 100644 --- a/mrp_operations_start_without_material/models/mrp_bom.py +++ b/mrp_operations_start_without_material/models/mrp_bom.py @@ -14,9 +14,6 @@ class MrpBom(models.Model): res = super(MrpBom, self)._get_workorder_operations( result2, factor, level, routing_id) for work_order in res: - if (work_order['sequence'] < level or - work_order.get('routing_wc_line')): - continue seq = work_order['sequence'] - level rl = self._get_routing_line_from_workorder( routing_id, seq, work_order['workcenter_id'],