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',