Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marketing_campaign_tracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
XCG
Odoo modules
marketing_campaign_tracker
Commits
22a37f207879
Commit
22a37f207879
authored
11 years ago
by
Anael Lorimier
Browse files
Options
Downloads
Patches
Plain Diff
Correct xml, Add variable in campaign_real_url
parent
b4cf95af99a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
report/analytic.py
+3
-1
3 additions, 1 deletion
report/analytic.py
report/analytic.xml
+9
-0
9 additions, 0 deletions
report/analytic.xml
with
12 additions
and
1 deletion
report/analytic.py
+
3
−
1
View file @
22a37f20
...
...
@@ -31,6 +31,8 @@
),
'
real_url
'
:
fields
.
char
(
'
Real URL
'
,
size
=
255
),
'
clicks
'
:
fields
.
integer
(
'
Clicks
'
),
'
clicker
'
:
fields
.
integer
(
'
Clicker
'
),
'
timedate
'
:
fields
.
integer
(
'
Timedate
'
),
}
class
analytic
(
osv
.
Model
):
...
...
@@ -46,7 +48,7 @@
campaign_real_url_osv
.
unlink
(
cr
,
uid
,
campaign_real_url_ids
,
context
=
context
)
def
count_real_url
(
self
,
cr
,
uid
,
campaign_id
,
context
=
None
):
trackit
em
_osv
=
self
.
pool
.
get
(
'
marketing_campaign_tracker.trackitem
'
)
track
vis
it_osv
=
self
.
pool
.
get
(
'
marketing_campaign_tracker.trackitem
'
)
trackitem_ids
=
trackitem_osv
.
search
(
cr
,
uid
,
[(
'
campaign_id
'
,
'
=
'
,
campaign_id
)],
context
=
context
)
...
...
This diff is collapsed.
Click to expand it.
report/analytic.xml
+
9
−
0
View file @
22a37f20
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- URL Most Click Graph -->
<record
id=
"view_marketing_campaign_tracker_analytic_graph"
model=
"ir.ui.view"
>
<field
name=
"name"
>
URL Most Clicked - Graph
</field>
<field
name=
"model"
>
marketing_campaign_tracker.campaign_real_url
</field>
...
...
@@ -20,6 +23,7 @@
<field
name=
"view_id"
ref=
"view_marketing_campaign_tracker_analytic_graph"
/>
</record>
<!-- Top Clickers Graph-->
<record
id=
"view_marketing_campaign_tracker_top_clickers_graph"
model=
"ir.ui.view"
>
<field
name=
"name"
>
Top Clickers - Graph
</field>
...
...
@@ -40,6 +44,7 @@
<field
name=
"view_id"
ref=
"view_marketing_campaign_tracker_top_clickers_graph"
/>
</record>
<!-- All Click By Timer Graphs -->
<record
id=
"view_marketing_campaign_tracker_all_click_by_time_graph"
model=
"ir.ui.view"
>
<field
name=
"name"
>
All Click By-Time - Graph
</field>
...
...
@@ -60,6 +65,7 @@
<field
name=
"view_id"
ref=
"view_marketing_campaign_tracker_all_click_by_time_graph"
/>
</record>
<!-- Top URL By Time Graph -->
<record
id=
"view_marketing_campaign_tracker_top_url_by_time_graph"
model=
"ir.ui.view"
>
<field
name=
"name"
>
Top URL By-Time - Graph
</field>
...
...
@@ -92,6 +98,9 @@
<board
style=
"1-1"
>
<column>
<action
string=
"URL Most Clicked"
name=
"%(action_marketing_campaign_tracker_analytic)d"
/>
<action
string=
"Top Clickers"
name=
"%(action_marketing_campaign_top_clickers)d"
/>
<action
string=
"Clicks By Time"
name=
"%(action_marketing_campaign_tracker_all_click_by_time)d"
/>
<action
string=
"Top Url By Time"
name=
"%(action_marketing_campaign_tracker_top_url_by_time)d"
/>
</column>
</board>
</form>
...
...
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