19 lines
519 B
XML
19 lines
519 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<!-- Dashboard Client Action -->
|
|
<record id="action_genius_dashboard" model="ir.actions.client">
|
|
<field name="name">Tour Genius Dashboard</field>
|
|
<field name="tag">genius_dashboard</field>
|
|
</record>
|
|
|
|
<!-- Dashboard Menu Item (will be first in menu) -->
|
|
<menuitem
|
|
id="menu_genius_dashboard"
|
|
name="Dashboard"
|
|
action="action_genius_dashboard"
|
|
parent="menu_tour_genius_root"
|
|
sequence="1"/>
|
|
|
|
</odoo>
|