mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma: Migration to 15.0
This commit is contained in:
committed by
JasminSForgeFlow
parent
69ab731eec
commit
99bd47ccf9
@@ -5,7 +5,7 @@ from odoo.exceptions import ValidationError
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestRma(common.SavepointCase):
|
||||
class TestRma(common.TransactionCase):
|
||||
""" Test the routes and the quantities """
|
||||
|
||||
@classmethod
|
||||
@@ -245,7 +245,7 @@ class TestRma(common.SavepointCase):
|
||||
)
|
||||
self.assertEqual(line.origin, line.reference_move_id.picking_id.name)
|
||||
self.assertEqual(
|
||||
line.delivery_address_id, line.reference_move_id.picking_partner_id
|
||||
line.delivery_address_id, line.reference_move_id.picking_id.partner_id
|
||||
)
|
||||
self.assertEqual(
|
||||
line.qty_to_receive, line.reference_move_id.product_uom_qty
|
||||
|
||||
Reference in New Issue
Block a user