diff --git a/base_recurrence/__manifest__.py b/base_recurrence/__manifest__.py index c466b1d069..6d0b6c132b 100644 --- a/base_recurrence/__manifest__.py +++ b/base_recurrence/__manifest__.py @@ -5,7 +5,7 @@ "name": "Base Recurrence", "summary": """ Allows to define base methods for recurrence computation""", - "version": "13.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "maintainers": ["rousseldenis"], "author": "ACSONE SA/NV,Odoo Community Association (OCA)", diff --git a/base_recurrence/tests/test_recurrence.py b/base_recurrence/tests/test_recurrence.py index c5cb18ec94..515971d5af 100644 --- a/base_recurrence/tests/test_recurrence.py +++ b/base_recurrence/tests/test_recurrence.py @@ -4,10 +4,10 @@ from odoo_test_helper import FakeModelLoader from odoo import fields -from odoo.tests.common import SavepointCase +from odoo.tests.common import TransactionCase -class RecurrenceTestCommon(SavepointCase): +class RecurrenceTestCommon(TransactionCase ): @classmethod def setUpClass(cls): super().setUpClass()