mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
29 lines
743 B
XML
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>
|