mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
@@ -8,7 +8,7 @@
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/reporting-engine",
|
||||
"category": "Generic Modules",
|
||||
"depends": ["queue_job"],
|
||||
"depends": ["queue_job", "spreadsheet_dashboard"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/ir_rule.xml",
|
||||
|
||||
@@ -155,9 +155,9 @@
|
||||
</record>
|
||||
<menuitem
|
||||
id="menu_report_async"
|
||||
parent="base.menu_board_root"
|
||||
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_root"
|
||||
action="action_report_async"
|
||||
sequence="10"
|
||||
sequence="20"
|
||||
/>
|
||||
<record id="action_view_files" model="ir.actions.act_window">
|
||||
<field name="name">Report Files</field>
|
||||
|
||||
Reference in New Issue
Block a user