[FIX] website_livechat: make it auto-install

Most people install the im_livechat module and expect it
to be enabled automatically on their website.
When it doesn't work they try to use the integration JS
code and add it to their website layout, which does not
work as expected.

Setting it as auto-installed solves the issue.
This commit is contained in:
Olivier Dony 2016-10-11 10:37:34 +02:00
parent dd312e0da2
commit 789566a0d0
No known key found for this signature in database
GPG Key ID: CD556E25E8A6D0D4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ For website built with Odoo CMS, this module include a chat button on your Websi
'author': 'OpenERP SA',
'depends': ['website', 'im_livechat'],
'installable': True,
'auto_install': True,
'data': [
'views/website_livechat.xml',
'views/res_config.xml',