[IMP] point_of_sale: pos config view improvement
[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     </data>
13 </openerp>