Skip to content

Commit bed693a

Browse files
committed
inventory
1 parent 118875b commit bed693a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wms_connector/models/attachment_queue.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
WMS_IMPORT_FILETYPES = [
77
("wms_reception_confirmed", "WMS Reception confirmed"),
88
("wms_delivery_confirmed", "WMS Delivery confirmed"),
9+
("wms_inventory", "WMS Inventory"),
910
]
1011

1112

@@ -25,3 +26,6 @@ def _run_wms_reception_confirmed(self):
2526

2627
def _run_wms_delivery_confirmed(self):
2728
raise NotImplementedError
29+
30+
def _run_wms_inventory(self):
31+
raise NotImplementedError

0 commit comments

Comments
 (0)