[MIG] mail_environment: Migration to 16.0

This commit is contained in:
Adrien Peiffer 2022-11-14 11:29:16 +01:00
parent 1dfa536572
commit b7f84e8bd7
No known key found for this signature in database
GPG Key ID: D9266D898B218452
3 changed files with 9 additions and 2 deletions

View File

@ -3,11 +3,11 @@
{
"name": "Mail configuration with server_environment",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Tools",
"summary": "Configure mail servers with server_environment_files",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-env",
"depends": ["fetchmail", "server_environment"],
"depends": ["mail", "server_environment"],
}

View File

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

View File

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