Skip to content

Commit f7a8080

Browse files
[FIX] stock_return_request: test
1 parent c0a14ea commit f7a8080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stock_return_request/tests/test_stock_return_request_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def setUpClass(cls):
195195
"location_id": cls.supplier_loc.id,
196196
"location_dest_id": cls.wh1.lot_stock_id.id,
197197
"quantity": 20,
198+
"picked": True,
198199
},
199200
),
200201
Command.create(
@@ -206,6 +207,7 @@ def setUpClass(cls):
206207
"location_id": cls.supplier_loc.id,
207208
"location_dest_id": cls.wh1.lot_stock_id.id,
208209
"quantity": 10,
210+
"picked": True,
209211
},
210212
),
211213
],

0 commit comments

Comments
 (0)