Skip to content

Commit

Permalink
[16.0][MIG] report_aeroo : change menuitem (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 authored Nov 5, 2024
1 parent 5b87050 commit a6b8c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion report_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Alistek",
"maintainer": "Numigi",
"website": "https://bit.ly/numigi-com",
"depends": ["mail"],
"depends": ["mail", "spreadsheet_dashboard"],
"external_dependencies": {
"python": ["aeroolib", "babel", "genshi"],
},
Expand Down
4 changes: 2 additions & 2 deletions report_aeroo/views/ir_actions_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@
<menuitem name="Aeroo Reports"
action="action_aeroo_report_xml_tree"
id="menu_ir_action_aeroo_report_manager"
parent="base.menu_reporting_config" sequence="0"
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_configuration" sequence="261"
groups="group_aeroo_manager" />

<record id="base.menu_reporting_config" model="ir.ui.menu">
<record id="spreadsheet_dashboard.spreadsheet_dashboard_menu_configuration" model="ir.ui.menu">
<field name="groups_id" eval="[(4, ref('group_aeroo_manager'))]" />
</record>

Expand Down

0 comments on commit a6b8c15

Please sign in to comment.