We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a14ea + f7a8080 commit 3248518Copy full SHA for 3248518
stock_return_request/tests/test_stock_return_request_common.py
@@ -195,6 +195,7 @@ def setUpClass(cls):
195
"location_id": cls.supplier_loc.id,
196
"location_dest_id": cls.wh1.lot_stock_id.id,
197
"quantity": 20,
198
+ "picked": True,
199
},
200
),
201
Command.create(
@@ -206,6 +207,7 @@ def setUpClass(cls):
206
207
208
209
"quantity": 10,
210
211
212
213
],
0 commit comments