Skip to content
Snippets Groups Projects
Commit ea7925eb authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[ADD] flow report

parent 2b06ea1c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
# views # views
"views/hall.xml", "views/hall.xml",
"views/hall_contract.xml", "views/hall_contract.xml",
"views/hall_flow.xml",
# report # report
"report/account_invoice_report.xml", "report/account_invoice_report.xml",
"report/hall_contract_sale_report.xml", "report/hall_contract_sale_report.xml",
......
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2023 Le Filament (https://le-filament.com)
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<!-- Action -->
<record id="hall_flow_dashboard_action" model="ir.actions.act_window">
<field name="name">Analyse des flux</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hall.flow</field>
<field name="view_mode">pivot,graph,form</field>
</record>
</odoo>
...@@ -59,4 +59,11 @@ ...@@ -59,4 +59,11 @@
action="hall_contract_sale_revenue_report_action" action="hall_contract_sale_revenue_report_action"
sequence="30" sequence="30"
/> />
<menuitem
id="menu_festa_dashboard_flow"
name="Analyse des flux"
parent="menu_festa_dashboard_analysis"
action="hall_flow_dashboard_action"
sequence="40"
/>
</odoo> </odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment