[MIG] rma: Migration to 14.0 - fix

This commit is contained in:
Mateu Griful
2021-01-12 18:13:54 +01:00
committed by Carlos Vallés Fuster
parent 3efe41ed86
commit 28fcd8efbe
6 changed files with 18 additions and 30 deletions

View File

@@ -533,9 +533,7 @@ 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(
@@ -613,9 +611,7 @@ 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(