From 46b4fc48955e0b5255edd13597476f0973528269 Mon Sep 17 00:00:00 2001 From: Telmo Santos Date: Mon, 23 Jan 2023 09:25:55 +0100 Subject: [PATCH] [MIG] microsoft_outlook_single_tenant: Migration to 15.0 --- microsoft_outlook_single_tenant/__manifest__.py | 2 +- .../tests/test_fetchmail_outlook.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsoft_outlook_single_tenant/__manifest__.py b/microsoft_outlook_single_tenant/__manifest__.py index 9912c1e..a9df2a1 100644 --- a/microsoft_outlook_single_tenant/__manifest__.py +++ b/microsoft_outlook_single_tenant/__manifest__.py @@ -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", diff --git a/microsoft_outlook_single_tenant/tests/test_fetchmail_outlook.py b/microsoft_outlook_single_tenant/tests/test_fetchmail_outlook.py index cd216ae..7405fe6 100644 --- a/microsoft_outlook_single_tenant/tests/test_fetchmail_outlook.py +++ b/microsoft_outlook_single_tenant/tests/test_fetchmail_outlook.py @@ -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( {