Files
reporting-engine/bi_view_editor_spreadsheet_dashboard/views/menus.xml
2023-11-07 10:46:51 +01:00

29 lines
743 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
SPDX-FileCopyrightText: 2023 Coop IT Easy SC
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<odoo>
<!--
move these menu items from the legacy base.menu_board_root to the new
spreadsheet_dashboard menu.
-->
<record id="bi_view_editor.menu_bi_view_editor_view" model="ir.ui.menu">
<field
name="parent_id"
ref="spreadsheet_dashboard.spreadsheet_dashboard_menu_configuration"
/>
</record>
<record id="bi_view_editor.menu_bi_view_editor_custom_reports" model="ir.ui.menu">
<field
name="parent_id"
ref="spreadsheet_dashboard.spreadsheet_dashboard_menu_root"
/>
</record>
</odoo>