From 364bbceff011d1081c368c782438e5e0eb76942d Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 2 Jan 2017 14:35:55 +0500 Subject: [PATCH] [PORT] mark mail_attachment_popup as not 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 57c56d0..fff0997 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": True, + "installable": False, 'auto_install': False, }