[IMP] Use view 'name' as title for main_object of type ir.ui.view
[odoo/odoo.git] / addons / website_hr_recruitment / __openerp__.py
1 {
2     'name': 'Career Form',
3     'category': 'Website',
4     'version': '1.0',
5     'summary': 'Job Position',
6     'description': """
7 OpenERP Contact Form
8 ====================
9
10         """,
11     'author': 'OpenERP SA',
12     'depends': ['hr_recruitment', 'website_mail'],
13     'data': [
14     'website_hr_recruitment_demo.xml',
15     'website_hr_recruitment_data.xml',
16         'views/website_hr_recruitment.xml',
17         'security/ir.model.access.csv',
18         'security/website_hr_recruitment_security.xml',
19     ],
20     'css': [
21         'static/src/css/*.css'
22     ],
23     'installable': True,
24 }