Skip to content

Commit 4648a11

Browse files
FranzPoizemathieudelva
authored andcommitted
wms_connector_picking_batch: Choose batch transfer in state draft
1 parent b8ac73f commit 4648a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wms_connector_picking_batch/models/stock_warehouse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"wms_export_batch_picking_in_filter_id": [
2020
("wms_export_date", "=", False),
2121
("picking_type_id", "=", {}),
22-
("state", "=", "in_progress"),
22+
("state", "=", "draft"),
2323
],
2424
"wms_export_batch_picking_out_filter_id": [
2525
("wms_export_date", "=", False),
2626
("picking_type_id", "=", {}),
27-
("state", "=", "in_progress"),
27+
("state", "=", "draft"),
2828
],
2929
}
3030

0 commit comments

Comments
 (0)