[IMP]:improve job position

bzr revid: apa@tinyerp.com-20120629095028-e4xolvuef04te7bx
This commit is contained in:
Amit Patel (OpenERP) 2012-06-29 15:20:28 +05:30
parent 68a85ea596
commit 2ae4d917b0
2 changed files with 10 additions and 10 deletions

View File

@ -377,10 +377,10 @@
<group col="4">
<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_employee"/>
<field name="expected_employees"/>
<field name="no_of_recruitment" on_change="on_change_expected_employee(no_of_recruitment,no_of_employee)"/>
</group>
</group>

View File

@ -343,14 +343,14 @@
<field name="inherit_id" ref="hr.view_hr_job_form"/>
<field name="arch" type="xml">
<field name="no_of_recruitment" version="7.0" position="after">
<label for="survey_id" />
<div>
<field name="survey_id" class="oe_inline"/>
<button class="oe_inline"
string="Interview" icon="gtk-print"
name="action_print_survey" type="object"
attrs="{'invisible':[('survey_id','=',False)]}"/>
</div>
<label for="survey_id" />
<div>
<field name="survey_id" class="oe_inline"/>
<button class="oe_inline"
string="Interview" icon="gtk-print"
name="action_print_survey" type="object"
attrs="{'invisible':[('survey_id','=',False)]}"/>
</div>
</field>
</field>
</record>