Browse Source

[FIX] mail_environment must not depend on server_environment_files

Depending on server_environment is enough
pull/819/head
Stéphane Bidoul (ACSONE) 8 years ago
committed by GitHub
parent
commit
1c0e6a67a8
  1. 1
      mail_environment/__manifest__.py

1
mail_environment/__manifest__.py

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

Loading…
Cancel
Save