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.
 
 
 
 
 

13 lines
555 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Menu view for onedrive.dashboard -->
<record id="onedrive_dashboard_action" model="ir.actions.client">
<field name="name">OneDrive Dashboard</field>
<field name="tag">onedrive_dashboard</field>
<field name="target">current</field>
</record>
<menuitem id="onedrive_dashboard_menu_root"
name="OneDrive Dashboard"
web_icon="onedrive_integration_odoo,static/description/icon.png"
action="onedrive_dashboard_action"/>
</odoo>