odoo/addons/hr_recruitment/hr_recruitment_installer_vi...

36 lines
1.8 KiB
XML

<openerp>
<data>
<record model="ir.actions.act_window" id="hr_recruitment_stage_form_installer">
<field name="name">Review Recruitment Stages</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr.recruitment.stage</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help">Check if the following stages are matching your recruitment process. Don't forget to specify the department if your recruitment process is different according to the job position.</field>
<field name="view_id" ref="hr_recruitment.hr_recruitment_stage_tree"/>
</record>
<record id="hr_recruitment_stage_form_todo" model="ir.actions.todo">
<field name="action_id" ref="hr_recruitment_stage_form_installer"/>
<field name="category_id" ref="hr.category_hr_management_config"/>
<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>