[IMP]hr_job:improve job position view

bzr revid: sgo@tinyerp.com-20120629090643-3s988dh0ryf7iy5o
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-29 14:36:43 +05:30
parent 621e546580
commit 996a879501
3 changed files with 18 additions and 10 deletions

View File

@ -377,10 +377,14 @@
<field name="employee_ids" widget="many2many_tags" mode="tree,form"/>
</h2>
<group col="4">
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="no_of_recruitment" on_change="on_change_expected_employee(no_of_recruitment,no_of_employee)"/>
<field name="no_of_employee"/>
<field name="expected_employees"/>
<group>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="no_of_employee"/>
<field name="expected_employees"/>
</group>
<group>
<field name="no_of_recruitment" on_change="on_change_expected_employee(no_of_recruitment,no_of_employee)"/>
</group>
</group>
<notebook>
<page string="Description">

View File

@ -28,11 +28,15 @@
<field name="arch" type="xml">
<form string="Appraisal Plan" version="7.0">
<group col="4">
<field name="name"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<field name="month_first"/>
<field name="month_next"/>
<field name="active"/>
<group>
<field name="name"/>
<field name="active"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
</group>
<group>
<field name="month_first"/>
<field name="month_next"/>
</group>
</group>
<notebook>
<page string="Appraisal Phases">

View File

@ -342,7 +342,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="hr.view_hr_job_form"/>
<field name="arch" type="xml">
<field name="expected_employees" version="7.0" position="after">
<field name="no_of_recruitment" version="7.0" position="after">
<label for="survey_id" />
<div>
<field name="survey_id" class="oe_inline"/>