Skip to content

Commit

Permalink
[MIG] base_recurrence: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Aug 2, 2023
1 parent f690148 commit fc050bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_recurrence/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
4 changes: 2 additions & 2 deletions base_recurrence/tests/test_recurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fc050bc

Please sign in to comment.