From 29c0121042a65c9fc44466f0223d9a9d1b13def7 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Sun, 13 Oct 2019 22:33:32 +0000
Subject: [PATCH] [UPD] README.rst
---
mail_tracking/README.rst | 14 +++++++-------
mail_tracking/static/description/index.html | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/mail_tracking/README.rst b/mail_tracking/README.rst
index 3f7ee5365..0e42af4e7 100644
--- a/mail_tracking/README.rst
+++ b/mail_tracking/README.rst
@@ -58,25 +58,25 @@ status icon will appear just right to name of notified partner.
These are all available status icons:
-.. |sent| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/sent.png
+.. |sent| image:: ../static/src/img/sent.png
:width: 10px
-.. |delivered| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/delivered.png
+.. |delivered| image:: ../static/src/img/delivered.png
:width: 15px
-.. |opened| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/opened.png
+.. |opened| image:: ../static/src/img/opened.png
:width: 15px
-.. |error| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/error.png
+.. |error| image:: ../static/src/img/error.png
:width: 10px
-.. |waiting| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/waiting.png
+.. |waiting| image:: ../static/src/img/waiting.png
:width: 10px
-.. |unknown| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/unknown.png
+.. |unknown| image:: ../static/src/img/unknown.png
:width: 10px
-.. |cc| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/cc.png
+.. |cc| image:: ../static/src/img/cc.png
:width: 10px
|unknown| **Unknown**: No email tracking info available. Maybe this notified partner has 'Receive Inbox Notifications by Email' == 'Never'
diff --git a/mail_tracking/static/description/index.html b/mail_tracking/static/description/index.html
index 3bf4696b7..8cef70f34 100644
--- a/mail_tracking/static/description/index.html
+++ b/mail_tracking/static/description/index.html
@@ -405,13 +405,13 @@ For example, --load=web,mail_trac
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:
-
Unknown: No email tracking info available. Maybe this notified partner has ‘Receive Inbox Notifications by Email’ == ‘Never’
-
Waiting: Waiting to be sent
-
Error: Error while sending
-
Sent: Sent to SMTP server configured
-
Delivered: Delivered to final MX server
-
Opened: Opened by partner
-
Cc: It’s a Carbon-Copy recipient. Can’t know the status so is ‘Unknown’
+
Unknown: No email tracking info available. Maybe this notified partner has ‘Receive Inbox Notifications by Email’ == ‘Never’
+
Waiting: Waiting to be sent
+
Error: Error while sending
+
Sent: Sent to SMTP server configured
+
Delivered: Delivered to final MX server
+
Opened: Opened by partner
+
Cc: It’s a Carbon-Copy recipient. Can’t know the status so is ‘Unknown’
When the message generates and ‘error’ status, it will apear on discuss ‘Failed’
channel. Any view that uses ‘mail_thread’ widget can show the failed messages
too.