social/mail_tracking
eduardgm 5acf3b6be7 Translated using Weblate (Catalan)
Currently translated at 96.3% (79 of 82 strings)

Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/ca/
2022-04-20 14:46:21 +05:30
..
controllers [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
data [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
i18n Translated using Weblate (Catalan) 2022-04-20 14:46:21 +05:30
models [IMP] mail_tracking: email score performance (#299) 2022-04-20 14:46:21 +05:30
security [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
static [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
tests [IMP] mail_tracking: email score performance (#299) 2022-04-20 14:46:21 +05:30
views [IMP] mail_tracking: Put button box at the end of the view 2022-04-20 14:46:21 +05:30
__init__.py [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
__manifest__.py [IMP] mail_tracking: email score performance (#299) 2022-04-20 14:46:21 +05:30
hooks.py [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
README.rst Fix README.rst images not visible in GitHub and Odoo 2022-04-20 14:46:21 +05:30

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3

=============
Mail tracking
=============

This module shows email notification tracking status for any messages in
mail thread (chatter). Each notified partner will have an intuitive icon just
right to his name.

Installation
============

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``

Usage
=====

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.

These are all available status icons:

.. |sent| image:: static/src/img/sent.png
   :width: 10px

.. |delivered| image:: static/src/img/delivered.png
   :width: 15px

.. |opened| image:: static/src/img/opened.png
   :width: 15px

.. |error| image:: static/src/img/error.png
   :width: 10px

.. |waiting| image:: static/src/img/waiting.png
   :width: 10px

.. |unknown| image:: static/src/img/unknown.png
   :width: 10px

|unknown|  **Unknown**: No email tracking info available. Maybe this notified partner has 'Receive Inbox Notifications by Email' == 'Never'

|waiting|    **Waiting**: Waiting to be sent

|error|    **Error**: Error while sending

|sent|    **Sent**: Sent to SMTP server configured

|delivered|    **Delivered**: Delivered to final MX server

|opened|  **Opened**: Opened by partner


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/205/11.0

If you want to see all tracking emails and events you can go to

* Settings > Technical > Email > Tracking emails
* Settings > Technical > Email > Tracking events


Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/social/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
* Thanks to `LlubNek <https://openclipart.org/user-detail/LlubNek>`_ and `Openclipart
  <https://openclipart.org>`_ for `the icon
  <https://openclipart.org/detail/19342/open-envelope>`_.

Contributors
------------

* `Tecnativa <https://www.tecnativa.com>`_:

  * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  * David Vidal <david.vidal@tecnativa.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.