Skip to content

Commit

Permalink
[MIG] microsoft_outlook_single_tenant: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santostelmo committed Jan 23, 2023
1 parent 6776e85 commit 46b4fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microsoft_outlook_single_tenant/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Microsoft Outlook Single Tenant",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestFetchMailServerMicrosoftOutlook(SavepointCase):
class TestFetchMailServerMicrosoftOutlook(TransactionCase):
def _create_mail_server(self):
return self.env["fetchmail.server"].create(
{
Expand Down

0 comments on commit 46b4fc4

Please sign in to comment.