mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma: Migration to 14.0 - fix
This commit is contained in:
committed by
Carlos Vallés Fuster
parent
3efe41ed86
commit
28fcd8efbe
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user