[fix] some type correction in crm_lead_report
[odoo/odoo.git] / addons / hr_recruitment / hr_recruitment_installer_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3   <data>
4  <record model="ir.actions.act_window" id="hr_recruitment_stage_form_installer">
5            <field name="name">Review Recruitment Stages</field>
6            <field name="type">ir.actions.act_window</field>
7            <field name="res_model">hr.recruitment.stage</field>
8            <field name="view_type">form</field>
9            <field name="view_mode">tree,form</field>
10            <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>
11            <field name="view_id" ref="hr_recruitment.hr_recruitment_stage_tree"/>
12        </record>
13
14        <record id="hr_recruitment_stage_form_todo" model="ir.actions.todo">
15            <field name="action_id" ref="hr_recruitment_stage_form_installer"/>
16            <field name="category_id" ref="hr.category_hr_management_config"/>
17            <field name="sequence">3</field>
18            <field name="type">normal</field>
19            <field name="state">skip</field>
20        </record>
21     </data>
22 </openerp>