[REF] mail_environment: Black python code

This commit is contained in:
Alexandre Fayolle 2019-10-10 18:31:51 +02:00 committed by Adrien Peiffer
parent bc0ce05e47
commit 079634e925
No known key found for this signature in database
GPG Key ID: D9266D898B218452
1 changed files with 8 additions and 11 deletions

View File

@ -2,15 +2,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
'name': 'Mail configuration with server_environment',
'version': '12.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',
],
"name": "Mail configuration with server_environment",
"version": "12.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"],
}