From f7d34d9c2d41a3e8b80660384d6f26ac2341fdb5 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Thu, 6 Oct 2011 04:02:50 +0200 Subject: [PATCH] [FIX] web_chat flagged as not installable bzr revid: al@openerp.com-20111006020250-6wkp8uxqzo3ezes5 --- addons/web_chat/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web_chat/__openerp__.py b/addons/web_chat/__openerp__.py index 1ffe4742378..f0525bcadad 100644 --- a/addons/web_chat/__openerp__.py +++ b/addons/web_chat/__openerp__.py @@ -11,6 +11,6 @@ 'static/src/js/web_chat.js' ], "css": [], -# 'active': True, 'active': False, + 'installable': False, }