[FIX] mail_environment must not depend on server_environment_files

Depending on server_environment is enough
This commit is contained in:
Stéphane Bidoul (ACSONE) 2017-04-23 21:24:45 +02:00 committed by sbejaoui
parent 067c7e2291
commit 78ee93420a
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
'website': 'http://odoo-community.org', 'website': 'http://odoo-community.org',
'depends': ['fetchmail', 'depends': ['fetchmail',
'server_environment', 'server_environment',
'server_environment_files',
], ],
'data': ['views/fetchmail_server_views.xml', 'data': ['views/fetchmail_server_views.xml',
], ],