In the wizard "Post Journal Entries", we can now select multiple journals and multipl...
[odoo/odoo.git] / addons / web_linkedin / __openerp__.py
1 {
2     'name' : 'LinkedIn Integration',
3     'version': '0.1',
4     'category': 'Tools',
5     'complexity': 'easy',
6     'description':
7         """
8 OpenERP Web LinkedIn module.
9 ============================
10 This module provides the Integration of the LinkedIn with OpenERP.
11         """,
12     'data': ['web_linkedin_view.xml'],
13     'depends' : ['crm'],
14     'js': ['static/src/js/*.js'],
15     'css': ['static/src/css/*.css'],
16     'qweb': ['static/src/xml/*.xml'],
17     'installable': True,
18     'auto_install': False,
19 }