From 1aebc216b03d58abe2149ecc5c4f3c73a3c24e10 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Mon, 17 Aug 2015 14:21:39 +0200 Subject: [PATCH] [ADD][mail_attach_existing_attachment] Add document module in dependencies --- mail_attach_existing_attachment/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_attach_existing_attachment/__openerp__.py b/mail_attach_existing_attachment/__openerp__.py index c356239b..7c39b195 100644 --- a/mail_attach_existing_attachment/__openerp__.py +++ b/mail_attach_existing_attachment/__openerp__.py @@ -33,6 +33,7 @@ 'license': 'AGPL-3', 'depends': [ 'mail', + 'document', ], 'data': [ 'wizard/mail_compose_message_view.xml',