Skip to content

Commit 90964bd

Browse files
trisdoanquoc-pn
authored andcommitted
[MIG] mail_tracking_mass_mailing: Migration to 18.0
1 parent 86b6574 commit 90964bd

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

mail_tracking_mass_mailing/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ Contributors
9292
- `Trobz <https://trobz.com>`__:
9393

9494
- nguyenhk <nguyenhk@trobz.com>
95+
- Tris Doan <tridm@trobz.com>
96+
97+
Other credits
98+
-------------
99+
100+
The migration of this module from 17.0 to 18.0 was financially supported
101+
by Camptocamp.
95102

96103
Maintainers
97104
-----------

mail_tracking_mass_mailing/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Mail tracking for mass mailing",
99
"summary": "Improve mass mailing email tracking",
10-
"version": "17.0.1.0.0",
10+
"version": "18.0.1.0.0",
1111
"category": "Social Network",
1212
"website": "https://github.com/OCA/mail",
1313
"author": "Tecnativa, Odoo Community Association (OCA)",

mail_tracking_mass_mailing/readme/CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
- Carlos Roca
88
- Sergio Teruel
99

10-
- [Trobz](https://trobz.com):
10+
- [Trobz](https://trobz.com):
1111
- nguyenhk \<<nguyenhk@trobz.com>\>
12+
- Tris Doan \<<tridm@trobz.com>\>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The migration of this module from 17.0 to 18.0 was financially supported by Camptocamp.

mail_tracking_mass_mailing/static/description/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ <h1 class="title">Mail tracking for mass mailing</h1>
380380
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
381381
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
382382
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
383-
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
383+
<li><a class="reference internal" href="#other-credits" id="toc-entry-7">Other credits</a></li>
384+
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
384385
</ul>
385386
</li>
386387
</ul>
@@ -437,12 +438,18 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
437438
</li>
438439
<li><a class="reference external" href="https://trobz.com">Trobz</a>:<ul>
439440
<li>nguyenhk &lt;<a class="reference external" href="mailto:nguyenhk&#64;trobz.com">nguyenhk&#64;trobz.com</a>&gt;</li>
441+
<li>Tris Doan &lt;<a class="reference external" href="mailto:tridm&#64;trobz.com">tridm&#64;trobz.com</a>&gt;</li>
440442
</ul>
441443
</li>
442444
</ul>
443445
</div>
446+
<div class="section" id="other-credits">
447+
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
448+
<p>The migration of this module from 17.0 to 18.0 was financially supported
449+
by Camptocamp.</p>
450+
</div>
444451
<div class="section" id="maintainers">
445-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
452+
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
446453
<p>This module is maintained by the OCA.</p>
447454
<a class="reference external image-reference" href="https://odoo-community.org">
448455
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />

mail_tracking_mass_mailing/views/mail_mass_mailing_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<record model="ir.actions.act_window" id="action_view_mail_tracking_email">
88
<field name="name">Mail tracking emails</field>
99
<field name="res_model">mail.tracking.email</field>
10-
<field name="view_mode">tree,form</field>
10+
<field name="view_mode">list,form</field>
1111
<field name="domain">[('mass_mailing_id', '!=', False)]</field>
1212
</record>
1313

1414
<record model="ir.actions.act_window" id="action_view_mail_tracking_event">
1515
<field name="name">Mail tracking events</field>
1616
<field name="res_model">mail.tracking.event</field>
17-
<field name="view_mode">tree,form</field>
17+
<field name="view_mode">list,form</field>
1818
<field name="domain">[('mass_mailing_id', '!=', False)]</field>
1919
</record>
2020

mail_tracking_mass_mailing/views/mail_trace_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<label for="tracking_event_ids" />
1616
<div>
1717
<field name="tracking_event_ids">
18-
<tree
18+
<list
1919
decoration-muted="event_type in ('deferral')"
2020
decoration-bf="event_type in ('send')"
2121
decoration-danger="event_type in ('hard_bounce', 'soft_bounce', 'spam', 'reject')"
@@ -28,7 +28,7 @@
2828
<field name="user_country_id" string="Country" />
2929
<field name="os_family" string="OS" />
3030
<field name="ua_family" string="User agent" />
31-
</tree>
31+
</list>
3232
</field>
3333
</div>
3434
</xpath>

0 commit comments

Comments
 (0)