You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
479 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="action_hr_payroll_dashboard_menu" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">payroll_dashboard</field>
</record>
<menuitem id="hr_payroll_dashboard_menu"
name="Dashboard"
action="action_hr_payroll_dashboard_menu"
parent="hr_payroll_community.menu_hr_payroll_community_root"
sequence="1"/>
</odoo>