[FIX]tests

This commit is contained in:
aheficent
2018-08-03 12:36:15 +02:00
committed by Aaron ForgeFlow
parent 0d769f15df
commit 3288021d8d

View File

@@ -2,10 +2,10 @@
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo.tests import common
from odoo.addons.rma.tests import test_rma
class TestRmaAnalytic(common.SavepointCase):
class TestRmaAnalytic(test_rma.TestRma):
@classmethod
def setUpClass(cls):