Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
festa_dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Festa
festa_dashboard
Commits
ea7925eb
Commit
ea7925eb
authored
1 year ago
by
Benjamin - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[ADD] flow report
parent
2b06ea1c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__manifest__.py
+1
-0
1 addition, 0 deletions
__manifest__.py
views/hall_flow.xml
+12
-0
12 additions, 0 deletions
views/hall_flow.xml
views/menus.xml
+7
-0
7 additions, 0 deletions
views/menus.xml
with
20 additions
and
0 deletions
__manifest__.py
+
1
−
0
View file @
ea7925eb
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
views/hall_flow.xml
0 → 100644
+
12
−
0
View file @
ea7925eb
<?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>
This diff is collapsed.
Click to expand it.
views/menus.xml
+
7
−
0
View file @
ea7925eb
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment