mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[11.0][FIX] stock_move_location:
* fix test as per migration * fix inconsistency in reserved quantity for planned transfers
This commit is contained in:
committed by
Joan Sisquella
parent
31ccc4ae4b
commit
6c466aa2e0
@@ -100,7 +100,6 @@ class TestMoveLocation(TestsCommon):
|
||||
"""Test planned transfer."""
|
||||
wizard = self._create_wizard(self.internal_loc_1, self.internal_loc_2)
|
||||
wizard.onchange_origin_location()
|
||||
wizard.add_lines()
|
||||
wizard = wizard.with_context({'planned': True})
|
||||
wizard.action_move_location()
|
||||
picking = wizard.picking_id
|
||||
|
||||
Reference in New Issue
Block a user