From 4af45fce4ecbaa9e15739a97ada5f366b21e0083 Mon Sep 17 00:00:00 2001 From: Arthur Vuillard Date: Thu, 8 Aug 2013 16:47:19 +0200 Subject: [PATCH] Add a missing dependency to fetchmail --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 125a27aa..0d88bca3 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -32,7 +32,7 @@ """, 'author': 'Akretion', 'website': 'http://www.akretion.com/', - 'depends': ['file_document'], + 'depends': ['file_document', 'fetchmail'], 'init_xml': [], 'update_xml': [ "fetchmail_view.xml",