mail_environment_office365: Fix flake8 errors

This commit is contained in:
Denis Leemann 2023-06-06 13:29:15 +02:00
parent 7e8d622251
commit 0ee7d3609d
3 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,7 @@
# Copyright 2023 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
import operator
from odoo import api, fields, models
from odoo.osv.expression import FALSE_DOMAIN
from odoo import models
class FetchmailServer(models.Model):

View File

@ -0,0 +1 @@
../../../../mail_environment_office365

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)