Skip to content

Commit

Permalink
[FIX] stock_warehouse_orderpoint_stock_info_unreserved
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 authored and OCA-git-bot committed Jul 30, 2019
1 parent f1f0515 commit 22a3cae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def create_move(self, source_location, destination_location):
'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
Expand Down

0 comments on commit 22a3cae

Please sign in to comment.