From 33ed87ebf7e642371256e0a87fbf42941a8b4a09 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Fri, 8 Jun 2018 09:58:21 +0200 Subject: [PATCH] [REF] Mail Environment: remove dependency on server_environment_files In the same logic as https://github.com/OCA/server-env/issues/10 --- mail_environment/__openerp__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index f71e4bf73..6a125c3ee 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -26,7 +26,6 @@ 'website': 'http://odoo-community.org', 'depends': ['fetchmail', 'server_environment', - 'server_environment_files', ], 'data': ['mail_view.xml'], 'installable': True,