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'],