Initial commit

This commit is contained in:
Hubert Van De Walle
2026-06-05 16:57:09 +02:00
commit 3b93bbc43f
5 changed files with 141 additions and 0 deletions
+21
View File
@@ -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>