From b5fa4255fc22b0dc066a27a65d7fc4203be7116f Mon Sep 17 00:00:00 2001
From: Holger Brunn
Date: Mon, 18 Mar 2024 12:39:30 +0100
Subject: [PATCH] [IMP] mail_tracking: Give example that actually works in
readme
---
mail_tracking/README.rst | 4 ++--
mail_tracking/readme/INSTALL.rst | 2 +-
mail_tracking/static/description/index.html | 5 +++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/mail_tracking/README.rst b/mail_tracking/README.rst
index 4bb18d7d9..1984c977b 100644
--- a/mail_tracking/README.rst
+++ b/mail_tracking/README.rst
@@ -7,7 +7,7 @@ Email tracking
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:7d0822f2344e54b410baa9c231fbd045c780f5d96da47d84e3b645ee12e3df55
+ !! source digest: sha256:900b65e7ae35d363f6d5884b49a0a63e14764e2a1cf34e7ccedb70b9ee2ebda1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -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
=============
diff --git a/mail_tracking/readme/INSTALL.rst b/mail_tracking/readme/INSTALL.rst
index cb09d4c4b..49c06e74a 100644
--- a/mail_tracking/readme/INSTALL.rst
+++ b/mail_tracking/readme/INSTALL.rst
@@ -2,4 +2,4 @@ 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``
diff --git a/mail_tracking/static/description/index.html b/mail_tracking/static/description/index.html
index 8e488481b..732265ef5 100644
--- a/mail_tracking/static/description/index.html
+++ b/mail_tracking/static/description/index.html
@@ -1,3 +1,4 @@
+
@@ -366,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:7d0822f2344e54b410baa9c231fbd045c780f5d96da47d84e3b645ee12e3df55
+!! source digest: sha256:900b65e7ae35d363f6d5884b49a0a63e14764e2a1cf34e7ccedb70b9ee2ebda1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module shows email notification tracking status for any messages in
@@ -398,7 +399,7 @@ right to his name.
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