odoo/addons/web_chat/__openerp__.py

20 lines
417 B
Python
Raw Normal View History

{
'name' : 'Chat',
'version': '1.0',
'category': 'Tools',
'complexity': 'easy',
'description':
"""
OpenERP Chat module
===================
Allows users to chat with each other.
""",
'data': [],
'depends' : [],
'js': ['static/src/js/*.js'],
'css': ['static/src/css/*.css'],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'auto_install': False,
}