From 597b5c82ea882f2c337d77b8958df5026c61aed8 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 3 Jan 2017 12:25:28 +0500 Subject: [PATCH] [PORT] mail_attachment_popup is installable --- mail_attachment_popup/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_attachment_popup/__openerp__.py b/mail_attachment_popup/__openerp__.py index fff0997..57c56d0 100644 --- a/mail_attachment_popup/__openerp__.py +++ b/mail_attachment_popup/__openerp__.py @@ -23,6 +23,6 @@ "static/src/xml/mail_attachment_popup.xml", ], - "installable": False, + "installable": True, 'auto_install': False, }