Skip to content

Commit

Permalink
[UPD] mail_tracking and mail_tracking_mass_mailing from OCA/social
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Dec 6, 2024
1 parent aa8ad63 commit b3692d8
Show file tree
Hide file tree
Showing 129 changed files with 13,692 additions and 2,371 deletions.
14 changes: 11 additions & 3 deletions mail_tracking/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Email tracking
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:85a98ca59bd98045895d28925d2aa69acd5c338c6d6a84e69ea96fa473f66603
!! source digest: sha256:5a1cfa088a940c7f0354c90d6c905b0af3f401c912fa3bc1a528cc3922ef03e7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -44,7 +44,7 @@ If you're using a multi-database installation (with or without dbfilter option)
where /web/databse/selector returns a list of more than one database, then
you need to add ``mail_tracking`` addon to wide load addons list
(by default, only ``web`` addon), setting ``--load`` option.
For example, ``--load=web,mail_tracking``
For example, ``--load=web,mail,mail_tracking``

Configuration
=============
Expand All @@ -62,6 +62,10 @@ When user sends a message in mail_thread (chatter), for instance in partner
form, then an email tracking is created for each email notification. Then a
status icon will appear just right to name of notified partner.

For users using the internal notifications system, the status of their notifications is
used. Note that read notifications are deleted after 180 days so old messages will
display unknown status.

These are all available status icons:

.. |sent| image:: https://raw.githubusercontent.com/OCA/social/16.0/mail_tracking/static/src/img/sent.png
Expand Down Expand Up @@ -115,7 +119,7 @@ If you want to see all tracking emails and events you can go to
* Settings > Technical > Email > Tracking emails
* Settings > Technical > Email > Tracking events

When the message generates an 'error' status, it will apear on discuss 'Failed'
When the message generates an 'error' status, it will appear on discuss 'Failed'
channel. Any view with chatter can show the failed messages
too.

Expand Down Expand Up @@ -172,6 +176,10 @@ Contributors
* Rafael Blasco
* Alexandre Díaz

* XCG Consulting, part of `Orbeet <https://orbeet.io>`_:

* Vincent Hatakeyama

* `Eezee-IT <https://www.eezee-it.com>`_:
* Asma Elferkhsi

Expand Down
2 changes: 1 addition & 1 deletion mail_tracking/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Email tracking",
"summary": "Email tracking system for all mails sent",
"version": "16.0.1.0.0",
"version": "16.0.1.0.6",
"category": "Social Network",
"website": "https://github.com/OCA/social",
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
Expand Down
2 changes: 1 addition & 1 deletion mail_tracking/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _request_metadata(self):

@http.route(
[
"/mail/tracking/open/<string:db>" "/<int:tracking_email_id>/blank.gif",
"/mail/tracking/open/<string:db>/<int:tracking_email_id>/blank.gif",
"/mail/tracking/open/<string:db>"
"/<int:tracking_email_id>/<string:token>/blank.gif",
],
Expand Down
Loading

0 comments on commit b3692d8

Please sign in to comment.