diff --git a/stock_warehouse_orderpoint_stock_info_unreserved/tests/test_stock_warehouse_orderpoint.py b/stock_warehouse_orderpoint_stock_info_unreserved/tests/test_stock_warehouse_orderpoint.py index 44732d529..fd2ba7e10 100644 --- a/stock_warehouse_orderpoint_stock_info_unreserved/tests/test_stock_warehouse_orderpoint.py +++ b/stock_warehouse_orderpoint_stock_info_unreserved/tests/test_stock_warehouse_orderpoint.py @@ -66,6 +66,7 @@ class TestStockWarehouseOrderpoint(SavepointCase): 'name': 'Test move', 'product_id': self.product.id, 'product_uom': self.product_uom.id, + 'product_uom_qty': 10, 'quantity_done': 10, 'location_id': source_location.id, 'location_dest_id': destination_location.id