[IMP] hr_recruitment : remove title from some groups

bzr revid: cha@tinyerp.com-20120710103011-fnvo52s9t30g5ev9
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-10 16:00:11 +05:30
parent 6dbd4e000d
commit 875595418c
1 changed files with 4 additions and 6 deletions

View File

@ -143,7 +143,7 @@
</h2>
</div>
<group>
<group string="Contact Details">
<group>
<field name="partner_id"
on_change="onchange_partner_id(partner_id, email_from)"/>
<field name="email_from" widget="email"/>
@ -151,7 +151,7 @@
<field name="partner_mobile"/>
<field name="type_id" placeholder="Degree"/>
</group>
<group string="Application Followup">
<group>
<field name="user_id"/>
<label for="title_action"/>
<div>
@ -160,6 +160,8 @@
</div>
<field name="priority"/>
<field name="state" invisible="1"/>
<field name="source_id"/>
<field name="reference"/>
</group>
<group string="Job">
<field name="survey" invisible="1"/>
@ -183,10 +185,6 @@
<field name="salary_proposed_extra" class="oe_inline" placeholder="Extra advantages..."/>
</div>
</group>
<group string="Reference">
<field name="source_id"/>
<field name="reference"/>
</group>
</group>
<separator string="Application Summary"/>
<field name="description" placeholder="Feedback of interviews..."/>