[IMP]: hr_recruitment:optimize code of yml
[odoo/odoo.git] / addons / hr_recruitment / hr_recruitment_installer_view.xml
1 <openerp>
2     <data>
3         <record model="ir.actions.act_window" id="hr_recruitment_stage_form_installer">
4             <field name="name">Review Recruitment Stages</field>
5             <field name="type">ir.actions.act_window</field>
6             <field name="res_model">hr.recruitment.stage</field>
7             <field name="view_type">form</field>
8             <field name="view_mode">tree,form</field>
9             <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>
10             <field name="view_id" ref="hr_recruitment.hr_recruitment_stage_tree"/>
11         </record>
12
13         <record id="hr_recruitment_stage_form_todo" model="ir.actions.todo">
14             <field name="action_id" ref="hr_recruitment_stage_form_installer"/>
15             <field name="category_id" ref="hr.category_hr_management_config"/>
16             <field name="sequence">3</field>
17         </record>
18     </data>
19 </openerp>