[IMP] HR: improve the usability Human Resources wizard

bzr revid: jap@tinyerp.com-20120404054552-sz2zxa7mf66lbx98
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-04-04 11:15:52 +05:30
parent 738b2e12ab
commit e120f1e511
4 changed files with 14 additions and 19 deletions

View File

@ -24,8 +24,10 @@
<field name="inherit_id" ref="hr.view_human_resources_configuration"/>
<field name="arch" type="xml">
<field name="module_hr_evaluation" position="after">
<label string="Create Appraisal Plans :" />
<button name="%(action_evaluation_plans_installer)d" string="Appraisal Plans" type="action" icon="gtk-apply"/>
<group colspan="2" col="2">
<label string="Create Appraisal Plans : " />
<button name="%(action_evaluation_plans_installer)d" string="Appraisal Plans" type="action" icon="gtk-apply"/>
</group>
</field>
</field>
</record>

View File

@ -42,8 +42,10 @@
<field name="inherit_id" ref="hr.view_human_resources_configuration"/>
<field name="arch" type="xml">
<field name="module_hr_expense" position="after">
<label string="Create Expenses Products :" />
<button name="%(product_normal_form_view_installer)d" string="Expenses Products" type="action" icon="gtk-apply"/>
<group colspan="2" col="2">
<label string="Create Expenses Products :" />
<button name="%(product_normal_form_view_installer)d" string="Expenses Products" type="action" icon="gtk-apply"/>
</group>
</field>
</field>
</record>

View File

@ -16,20 +16,5 @@
<field name="sequence">3</field>
</record>
<!-- Hr Configuration wizard -->
<record id="view_recruitment_config_wizard_inherit" model="ir.ui.view">
<field name="name">human.recruitment.resources.configuration.form.inherit</field>
<field name="model">human.resources.configuration</field>
<field name="type">form</field>
<field name="inherit_id" ref="hr.view_human_resources_configuration"/>
<field name="arch" type="xml">
<field name="module_hr_recruitment" position="after">
<label string="Create Recruitment Stages :" />
<button name="%(hr_recruitment_stage_form_installer)d" string="Recruitment Stages" type="action" icon="gtk-apply"/>
</field>
</field>
</record>
</data>
</openerp>

View File

@ -8,6 +8,12 @@
<field name="type">form</field>
<field name="inherit_id" ref="hr.view_human_resources_configuration"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='module_hr_recruitment']" position="after">
<group colspan="2" col="2">
<label string="Create Recruitment Stages :" />
<button name="%(hr_recruitment_stage_form_installer)d" string="Recruitment Stages" type="action" icon="gtk-apply"/>
</group>
</xpath>
<xpath expr="//field[@name='module_hr_contract']" position="after">
<group name="Recruitment" colspan="4" col="4" >
<separator string="Recruitment" colspan="4"/>