odoo/addons/website_livechat/__openerp__.py

22 lines
441 B
Python

{
'name': 'Website LiveChat',
'category': 'Website',
'summary': 'Instant Messaging for your Website',
'version': '1.0',
'description': """
OpenERP Website LiveChat
========================
""",
'author': 'OpenERP SA',
'depends': ['website', 'im_livechat'],
'installable': True,
'data': [
'views/website_livechat.xml'
],
'demo': [ ],
'js': [],
'qweb': [],
'css': [],
}