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.
11 lines
548 B
11 lines
548 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Root menu item representing the Educational Dashboard -->
|
|
<menuitem id="education_erp_dashboard_menu_root"
|
|
name="Educational Dashboard"
|
|
web_icon="education_erp_dashboard,static/description/icon.png"/>
|
|
<!-- Submenu of Educational Dashboard which linked to an action -->
|
|
<menuitem id="education_erp_dashboard_menu" name="Dashboard"
|
|
action="education_erp_dashboard_action"
|
|
parent="education_erp_dashboard_menu_root"/>
|
|
</odoo>
|
|
|