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
667 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Defines a client action for the HelpDesk dashboard -->
<record id="action_website_helpdesk_dashboard" model="ir.actions.client">
<field name="name">HelpDesk</field>
<field name="tag">helpdesk_dashboard</field>
</record>
<!-- Creates a menu item for the Helpdesk -->
<menuitem id="odoo_website_helpdesk.menu_helpdesk" name="Helpdesk" action="action_website_helpdesk_dashboard"
sequence="5"/>
<menuitem name="Dashboard" id="menu_helpdesk_dashboard_new" parent="odoo_website_helpdesk.menu_helpdesk" sequence="0" action="action_website_helpdesk_dashboard"/>
</odoo>