oca-ocb-hw/odoo-bringout-oca-iot-iot_oca/iot_oca/views/iot_menu.xml
Ernad Husremovic b1d16a46bf Move 7 IoT modules to oca-ocb-hw and 9 product modules to oca-product
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:53:33 +02:00

15 lines
505 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<menuitem
name="IoT"
id="iot_root_menu"
groups="group_iot_user"
web_icon="iot_oca,static/description/icon.png"
/>
<record model="ir.ui.menu" id="iot_configuration_menu">
<field name="name">Configuration</field>
<field name="parent_id" ref="iot_root_menu" />
<field name="sequence" eval="20" />
<field name="groups_id" eval="[(4, ref('group_iot_manager'))]" />
</record>
</odoo>