diff --git a/account_invoice_pricelist/tests/test_account_move_pricelist.py b/account_invoice_pricelist/tests/test_account_move_pricelist.py index 9a7c27548b7..9a749343b4d 100644 --- a/account_invoice_pricelist/tests/test_account_move_pricelist.py +++ b/account_invoice_pricelist/tests/test_account_move_pricelist.py @@ -6,16 +6,16 @@ from odoo.exceptions import UserError from odoo.tests import common -from odoo.addons.sale.models.sale import SaleOrderLine as upstream +from odoo.addons.sale.models.sale_order_line import SaleOrderLine as upstream # if this hash fails then the original function it was copied from # needs to be checked to see if there are any major changes that # need to be updated in this module's _get_real_price_currency -VALID_HASHES = ["7c0bb27c20598327008f81aee58cdfb4"] +VALID_HASHES = ["ae1579f90ae87798e0d86f6b7427d4aa"] -class TestAccountMovePricelist(common.SavepointCase): +class TestAccountMovePricelist(common.TransactionCase): @classmethod def setUpClass(cls): super().setUpClass()