34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="action_hr_recruitment_dashboard" model="ir.actions.client">
|
|
<field name="name">Recruitment Dashboard</field>
|
|
<field name="tag">hr_recruitment_dashboard</field>
|
|
<field name="target">current</field>
|
|
</record>
|
|
|
|
<menuitem
|
|
id="menu_hr_recruitment_dashboard"
|
|
name="Dashboard"
|
|
parent="hr_recruitment.menu_hr_recruitment_root"
|
|
action="action_hr_recruitment_dashboard"
|
|
groups="hr_recruitment.group_hr_recruitment_user"
|
|
sequence="1"
|
|
active="0"/>
|
|
<menuitem
|
|
name="Dashboard"
|
|
id="hr_recruitment.report_hr_recruitment"
|
|
parent="hr_recruitment.menu_hr_recruitment_root"
|
|
groups="hr_recruitment.group_hr_recruitment_user"
|
|
action="action_hr_recruitment_dashboard"
|
|
sequence="99"/>
|
|
<menuitem
|
|
name="Recruitment Analysis"
|
|
id="hr_recruitment.hr_applicant_report_menu"
|
|
parent="hr_recruitment.report_hr_recruitment"
|
|
sequence="50"
|
|
action="action_hr_recruitment_dashboard"
|
|
active="0"/>
|
|
|
|
|
|
</odoo>
|