Skip to content

Commit

Permalink
wms_connector_picking_batch: Choose batch transfer in state draft
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzPoize committed May 31, 2024
1 parent 79d9f1a commit 39d0e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wms_connector_picking_batch/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"wms_export_batch_picking_in_filter_id": [
("wms_export_date", "=", False),
("picking_type_id", "=", {}),
("state", "=", "in_progress"),
("state", "=", "draft"),
],
"wms_export_batch_picking_out_filter_id": [
("wms_export_date", "=", False),
("picking_type_id", "=", {}),
("state", "=", "in_progress"),
("state", "=", "draft"),
],
}

Expand Down

0 comments on commit 39d0e7f

Please sign in to comment.