Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="mobile_debug.action_mobile_debug" model="ir.actions.client">
|
||||
<field name="name">Mobile Debug</field>
|
||||
<field name="tag">mobile_debug.action_mobile_debug</field>
|
||||
<field name="path">mobile-debug</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
name="Mobile Debug"
|
||||
id="mobile_debug.menu_root"
|
||||
action="mobile_debug.action_mobile_debug"
|
||||
web_icon="mail,static/description/icon.png"
|
||||
groups="base.group_user"
|
||||
sequence="5"
|
||||
/>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user