Skip to content

Commit

Permalink
fixup! fixup! fixup! [FIX] repair_picking: fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Feb 11, 2025
1 parent 801a973 commit 7895a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repair_picking/tests/test_stock_repair_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ def test_3steps_repair_order_flow(self):
lambda p: p.picking_type_id == self.warehouse.add_c_type_id
)
self.assertTrue(pick)
self.assertEqual(len(pick.move_ids.move_dest_ids), 1)
self.assertEqual(pick.state, "assigned")
self.assertEqual(pick.move_ids.move_dest_ids.repair_id, repair_order)
recycle = pickings.filtered(
lambda p: p.picking_type_id == self.warehouse.remove_c_type_id
)
Expand Down

0 comments on commit 7895a94

Please sign in to comment.