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.
 
 
 
 
 

19 lines
850 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!--All the import wizard view -->
<record id="import_dashboard_action" model="ir.actions.client">
<field name="name">Import Dashboard</field>
<field name="tag">import_dashboard_tag</field>
</record>
<menuitem id="menu_import_dashboard" name="Dashboard"
action="import_dashboard_action"
web_icon="import_dashboard,static/description/icon.png"/>
<!--Menu items of dashboard-->
<menuitem id="dashboard_module_settings" name="Configuration"
parent="menu_import_dashboard"
sequence="0"/>
<menuitem id="dashboard_module_settings1" name="Settings"
parent="dashboard_module_settings"
action="import_dashboard.dashboard_config_settings_action"
sequence="0"/>
</odoo>