mirror of
https://github.com/bringout/oca-ai.git
synced 2026-04-18 04:02:07 +02:00
17 lines
416 B
XML
17 lines
416 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2025 Dixmit
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
XML which can edit the lateral bar menu of the view.
|
|
|
|
-->
|
|
<odoo>
|
|
<menuitem
|
|
name="AI Bridge"
|
|
id="ai_bridge_root_menu"
|
|
groups="base.group_system"
|
|
web_icon="ai_oca_bridge,static/description/icon.png"
|
|
sequence="40"
|
|
/>
|
|
|
|
</odoo>
|