Skip to content

Commit 3248518

Browse files
committed
Merge PR #85 into 18.0
Signed-off-by JordiBForgeFlow
2 parents c0a14ea + f7a8080 commit 3248518

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)