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
546 B
14 lines
546 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<record id="action_dropbox_dashboard" model="ir.actions.client">
|
|
<field name="name">Dropbox Dashboard</field>
|
|
<field name="tag">dropbox_dashboard</field>
|
|
<field name="target">current</field>
|
|
</record>
|
|
<menuitem id="dropbox_dashboard_menu_root"
|
|
name="Dropbox"
|
|
web_icon="dropbox_integration,static/description/icon.png"
|
|
action="action_dropbox_dashboard"/>
|
|
</data>
|
|
</odoo>
|
|
|