Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
'partner_id' is not required as the method _get_stock_move_values takes
the 'partner_id' from the 'group'. In fact, it makes the tests fail when
some other non-identified OCA addon is installed.
  • Loading branch information
guewen committed Nov 5, 2019
1 parent 1581146 commit 836668f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def _create_picking_chain(
"group_id": group,
"date_planned": date or fields.Datetime.now(),
"warehouse_id": wh,
"partner_id": self.partner_delta,
}

for row in products:
Expand Down

0 comments on commit 836668f

Please sign in to comment.