odoo9-addon-mail-tracking


Nameodoo9-addon-mail-tracking JSON
Version 9.0.3.0.2 PyPI version JSON
download
home_pagehttp://www.tecnativa.com
SummaryEmail tracking system for all mails sent
upload_time2017-10-12 04:31:53
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python~=2.7
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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:: mail_tracking/static/src/img/sent.png
   :width: 10px

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

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

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

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

.. |unknown| image:: mail_tracking/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/9.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
------------

* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Antonio Espinosa <antonio.espinosa@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.



            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tecnativa.com",
    "name": "odoo9-addon-mail-tracking",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n\n=============\nMail tracking\n=============\n\nThis module shows email notification tracking status for any messages in\nmail thread (chatter). Each notified partner will have an intuitive icon just\nright to his name.\n\n\nInstallation\n============\n\nIf you're using a multi-database installation (with or without dbfilter option)\nwhere /web/databse/selector returns a list of more than one database, then\nyou need to add ``mail_tracking`` addon to wide load addons list\n(by default, only ``web`` addon), setting ``--load`` option.\nFor example, ``--load=web,mail_tracking``\n\n\nUsage\n=====\n\nWhen user sends a message in mail_thread (chatter), for instance in partner\nform, then an email tracking is created for each email notification. Then a\nstatus icon will appear just right to name of notified partner.\n\nThese are all available status icons:\n\n.. |sent| image:: mail_tracking/static/src/img/sent.png\n   :width: 10px\n\n.. |delivered| image:: mail_tracking/static/src/img/delivered.png\n   :width: 15px\n\n.. |opened| image:: mail_tracking/static/src/img/opened.png\n   :width: 15px\n\n.. |error| image:: mail_tracking/static/src/img/error.png\n   :width: 10px\n\n.. |waiting| image:: mail_tracking/static/src/img/waiting.png\n   :width: 10px\n\n.. |unknown| image:: mail_tracking/static/src/img/unknown.png\n   :width: 10px\n\n|unknown|  **Unknown**: No email tracking info available. Maybe this notified partner has 'Receive Inbox Notifications by Email' == 'Never'\n\n|waiting|    **Waiting**: Waiting to be sent\n\n|error|    **Error**: Error while sending\n\n|sent|    **Sent**: Sent to SMTP server configured\n\n|delivered|    **Delivered**: Delivered to final MX server\n\n|opened|  **Opened**: Opened by partner\n\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n   :alt: Try me on Runbot\n   :target: https://runbot.odoo-community.org/runbot/205/9.0\n\nIf you want to see all tracking emails and events you can go to\n\n* Settings > Technical > Email > Tracking emails\n* Settings > Technical > Email > Tracking events\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/social/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.\n* Thanks to `LlubNek <https://openclipart.org/user-detail/LlubNek>`_ and `Openclipart\n  <https://openclipart.org>`_ for `the icon\n  <https://openclipart.org/detail/19342/open-envelope>`_.\n\nContributors\n------------\n\n* Pedro M. Baeza <pedro.baeza@tecnativa.com>\n* Antonio Espinosa <antonio.espinosa@tecnativa.com>\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Email tracking system for all mails sent",
    "version": "9.0.3.0.2",
    "project_urls": {
        "Homepage": "http://www.tecnativa.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5995bd7bbd4b547762c923d538912b0e104f8f0c6594af675e9c83fc24697bdb",
                "md5": "8f4c115378d45e892cd484cef8a22436",
                "sha256": "ae15e5f4ba317314056655569cea2855b5ba2e5b5511aac932325f1c40470876"
            },
            "downloads": -1,
            "filename": "odoo9_addon_mail_tracking-9.0.3.0.2-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f4c115378d45e892cd484cef8a22436",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "~=2.7",
            "size": 200096,
            "upload_time": "2017-10-12T04:31:53",
            "upload_time_iso_8601": "2017-10-12T04:31:53.660766Z",
            "url": "https://files.pythonhosted.org/packages/59/95/bd7bbd4b547762c923d538912b0e104f8f0c6594af675e9c83fc24697bdb/odoo9_addon_mail_tracking-9.0.3.0.2-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-10-12 04:31:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "odoo9-addon-mail-tracking"
}
        
Elapsed time: 0.09041s