[CLEAN] website_hr_recruitment: cleaned indentation in demo file and manifest

Please check your indentation before committing NEW files... it introduces false commits
only to re-indent the content. This should have been done before merging into this branch.

Also cleaned manifest. No need to add dependecies towards already-dependent modules.

bzr revid: tde@openerp.com-20131003113152-667phpsjfxdj7zod
This commit is contained in:
Thibault Delavallée 2013-10-03 13:31:52 +02:00
parent d96072fc3a
commit 9f0b4bc8c4
3 changed files with 664 additions and 673 deletions

View File

@ -78,11 +78,13 @@ Good language skills, other than English (Dutch and French preferred, others wel
<record id="job_consultant" model="hr.job">
<field name="name">Consultant</field>
<field name="department_id" ref="dep_ps"/>
<field name="no_of_recruitment">5</field>
</record>
<record id="job_developer" model="hr.job">
<field name="name">Experienced Developer</field>
<field name="department_id" ref="dep_rd"/>
<field name="no_of_recruitment">5</field>
</record>
<record id="job_hrm" model="hr.job">

View File

@ -9,7 +9,7 @@ OpenERP Contact Form
""",
'author': 'OpenERP SA',
'depends': ['website', 'hr', 'hr_recruitment', 'website_mail'],
'depends': ['hr_recruitment', 'website_mail'],
'data': [
'website_hr_recruitment_demo.xml',
'website_hr_recruitment_data.xml',
@ -17,8 +17,8 @@ OpenERP Contact Form
'security/ir.model.access.csv',
'security/website_hr_recruitment_security.xml',
],
'css':[
'static/src/css/*.css'
],
'css': [
'static/src/css/*.css'
],
'installable': True,
}

File diff suppressed because it is too large Load Diff