From 9b015be4bc1cf55158f4909d0782193b7ec74c36 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 30 Oct 2019 19:38:23 +0100 Subject: [PATCH] [FIX] tests --- rma_sale/tests/test_rma_sale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_sale/tests/test_rma_sale.py b/rma_sale/tests/test_rma_sale.py index 5cc3096d..f0474cbe 100644 --- a/rma_sale/tests/test_rma_sale.py +++ b/rma_sale/tests/test_rma_sale.py @@ -1,7 +1,7 @@ # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) -from openerp.tests import common +from odoo.tests import common class TestRmaSale(common.SingleTransactionCase):