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):