[FIX] web_chat flagged as not installable
authorAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 02:02:50 +0000 (04:02 +0200)
committerAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 02:02:50 +0000 (04:02 +0200)
bzr revid: al@openerp.com-20111006020250-6wkp8uxqzo3ezes5

addons/web_chat/__openerp__.py

index 1ffe474..f0525bc 100644 (file)
@@ -11,6 +11,6 @@
         'static/src/js/web_chat.js'
     ],
     "css": [],
-#    'active': True,
     'active': False,
+    'installable': False,
 }