odoo/addons/website_hr/__openerp__.py

19 lines
345 B
Python
Raw Normal View History

{
'name': 'Website Team',
'category': 'mail',
'version': '1.0',
'description': """
OpenERP Blog
============
""",
'author': 'OpenERP SA',
'depends': ['website', 'hr'],
'data': [
'views/website_hr.xml',
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'auto_install': True,
}