[MIG] mail_environment: Migration to 16.0
This commit is contained in:
parent
1dfa536572
commit
b7f84e8bd7
|
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Mail configuration with server_environment",
|
"name": "Mail configuration with server_environment",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"summary": "Configure mail servers with server_environment_files",
|
"summary": "Configure mail servers with server_environment_files",
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"website": "https://github.com/OCA/server-env",
|
"website": "https://github.com/OCA/server-env",
|
||||||
"depends": ["fetchmail", "server_environment"],
|
"depends": ["mail", "server_environment"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../mail_environment
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue