[MIG] rma: Migration to 14.0 - fix

This commit is contained in:
Mateu Griful
2021-01-12 16:54:43 +01:00
committed by AaronHForgeFlow
parent 5f6d281963
commit e069c204d0
6 changed files with 32 additions and 16 deletions

View File

@@ -533,7 +533,9 @@ class TestRma(common.SavepointCase):
self.assertEqual(
list(set(lines.mapped("qty_outgoing"))), [0], "Wrong qty_outgoing"
)
self.assertEqual(list(set(lines.mapped("qty_delivered"))), [0], "qty_delivered")
self.assertEqual(
list(set(lines.mapped("qty_delivered"))), [0], "qty_delivered"
)
# product specific
self._check_equal_quantity(
@@ -611,7 +613,9 @@ class TestRma(common.SavepointCase):
self.assertEqual(
list(set(lines.mapped("qty_received"))), [0], "Wrong qty_received"
)
self.assertEqual(list(set(lines.mapped("qty_delivered"))), [0], "qty_delivered")
self.assertEqual(
list(set(lines.mapped("qty_delivered"))), [0], "qty_delivered"
)
# product specific
self._check_equal_quantity(