[MIG] microsoft_outlook_single_tenant: Migration to 15.0

This commit is contained in:
Telmo Santos 2023-01-23 09:25:55 +01:00
parent 6776e85dd9
commit 46b4fc4895
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{ {
"name": "Microsoft Outlook Single Tenant", "name": "Microsoft Outlook Single Tenant",
"version": "14.0.1.0.0", "version": "15.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"category": "Hidden", "category": "Hidden",

View File

@ -1,10 +1,10 @@
# Copyright 2022 Camptocamp SA # Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # 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): def _create_mail_server(self):
return self.env["fetchmail.server"].create( return self.env["fetchmail.server"].create(
{ {