[MIG] microsoft_outlook_single_tenant: Migration to 15.0
This commit is contained in:
parent
6776e85dd9
commit
46b4fc4895
@ -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",
|
||||
|
@ -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(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user