From a30e40bb82e8bd68bc4746a32d882feb4d89773c Mon Sep 17 00:00:00 2001 From: Magno Costa Date: Fri, 28 May 2021 10:57:06 -0300 Subject: [PATCH] [FIX] Test class defination. --- l10n_br_account_payment_order/tests/test_payment_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_br_account_payment_order/tests/test_payment_mode.py b/l10n_br_account_payment_order/tests/test_payment_mode.py index 64d384c41c07..749304328be5 100644 --- a/l10n_br_account_payment_order/tests/test_payment_mode.py +++ b/l10n_br_account_payment_order/tests/test_payment_mode.py @@ -4,11 +4,11 @@ import unittest -from odoo.tests import TransactionCase +from odoo.tests import SavepointCase from odoo.exceptions import ValidationError -class TestPaymentMode(TransactionCase): +class TestPaymentMode(SavepointCase): @classmethod def setUpClass(cls):