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.
 
 
 
 
 

14 lines
610 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- HelpDesk Ticket action-->
<record id="helpdesk_dashboard_action" model="ir.actions.client">
<field name="name">HelpDesk</field>
<field name="tag">helpdesk_dashboard</field>
</record>
<menuitem id="odoo_website_helpdesk.helpdesk_menu" name="Helpdesk"
action="helpdesk_dashboard_action"
sequence="5"/>
<menuitem name="Dashboard" id="helpdesk_dashboard_menu"
parent="odoo_website_helpdesk.helpdesk_menu" sequence="0"
action="helpdesk_dashboard_action"/>
</odoo>