odoo/addons/web_linkedin/__openerp__.py

27 lines
571 B
Python

{
"name" : "LinkedIn Integration",
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
"description":
"""
OpenERP Web LinkedIn module.
This module provides the Integration of the LinkedIn with OpenERP.
""",
'update_xml': [
'web_linkedin_view.xml',
],
"depends" : ["base"],
"js": [
"static/src/js/*.js"
],
"css": [
"static/src/css/*.css"
],
'qweb': [
"static/src/xml/*.xml"
],
'installable': True,
'auto_install': False,
}