Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
127c8aa3
Commit
127c8aa3
authored
14 years ago
by
Quentin De Paoli
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] event: dashboard usability improvements
bzr revid: qdp-launchpad@tinyerp.com-20101014173554-j39zs26h07hvuz2t
parent
d248c666
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/event/board_association_view.xml
+5
-3
5 additions, 3 deletions
addons/event/board_association_view.xml
with
5 additions
and
3 deletions
addons/event/board_association_view.xml
+
5
−
3
View file @
127c8aa3
...
...
@@ -8,7 +8,7 @@
<field
name=
"model"
>
report.event.registration
</field>
<field
name=
"type"
>
graph
</field>
<field
name=
"arch"
type=
"xml"
>
<graph
string=
"Event
on Registration"
type=
"bar"
>
<graph
string=
"Event
s Filling Status"
type=
"bar"
>
<field
name=
"event_id"
/>
<field
name=
"draft_state"
operator=
"+"
/>
<field
name=
"confirm_state"
operator=
"+"
/>
...
...
@@ -18,9 +18,10 @@
</record>
<record
model=
"ir.actions.act_window"
id=
"act_event_reg"
>
<field
name=
"name"
>
Events
On Registration
s
</field>
<field
name=
"name"
>
Events
Filling Statu
s
</field>
<field
name=
"res_model"
>
report.event.registration
</field>
<field
name=
"view_type"
>
form
</field>
<field
name=
"domain"
>
[('state','not in',('cancel','done'))]
</field>
<field
name=
"view_mode"
>
graph,tree
</field>
<field
name=
"view_id"
ref=
"view_report_event_reg_graph"
/>
</record>
...
...
@@ -47,6 +48,7 @@
<child1>
<action
string=
"Next Events"
name=
"%(act_event_view)d"
domain=
"[('state','not in',('cancel','done'))]"
colspan=
"4"
/>
<action
string=
"Unconfirmed Registrations"
...
...
@@ -55,7 +57,7 @@
domain=
"[('state','=','draft')]"
/>
</child1>
<child2>
<action
string=
"
Register Event
s"
<action
string=
"
Events Filling Statu
s"
name=
"%(act_event_reg)d"
colspan=
"4"
/>
</child2>
...
...
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