[IMP] bundlify addons (except website)
[odoo/odoo.git] / addons / im / __openerp__.py
1 {
2     'name' : 'Instant Messaging',
3     'version': '1.0',
4     'summary': 'Live Chat, Talks with Others',
5     'sequence': '18',
6     'category': 'Tools',
7     'complexity': 'easy',
8     'description':
9         """
10 Instant Messaging
11 =================
12
13 Allows users to chat with each other in real time. Find other users easily and
14 chat in real time. It support several chats in parallel.
15         """,
16     'data': [
17         'security/ir.model.access.csv',
18         'security/im_security.xml',
19         'views/im.xml',
20     ],
21     'depends' : ['base', 'web'],
22     'qweb': ['static/src/xml/*.xml'],
23     'installable': True,
24     'auto_install': False,
25     'application': True,
26 }