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