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.
14 lines
655 B
14 lines
655 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- The client action 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>
|
|
<!-- A menu item for OneDrive Dashboard -->
|
|
<menuitem id="onedrive_dashboard_menu_root"
|
|
name="OneDrive Dashboard"
|
|
web_icon="onedrive_integration_odoo,static/description/icon.png"
|
|
action="onedrive_dashboard_action"/>
|
|
</odoo>
|
|
|