From d18ce97849e12a9bea2e08c6f63028810770fc72 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 8 Oct 2014 14:10:46 +0200 Subject: [PATCH] crm is not a dependency for mail_environment --- mail_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index f584873eb..6b4437f14 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -63,7 +63,7 @@ password = openerp 'fetchmail', 'server_environment', 'server_environment_files', - 'crm'], + ], 'init_xml': [], 'update_xml': ['mail_view.xml'], 'demo_xml': [],