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
547 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Menu action for ownCloud storage-->
<record id="owncloud_dashboard_action" model="ir.actions.client">
<field name="name">Owncloud Storage</field>
<field name="tag">owncloud_dashboard</field>
<field name="target">current</field>
</record>
<menuitem id="owncloud_dashboard_root_menu" name="ownCloud Storage"
action="owncloud_dashboard_action" web_icon="odoo_owncloud_connector,static/description/icon.png"/>
</odoo>