odoo/addons/hr_recruitment/hr_recruitment_installer_vi...

20 lines
1.0 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>
<field name="type">normal</field>
</record>
</data>
</openerp>