From db05f92c87daa19ef93f31a062bc4b0109c81c79 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Thu, 10 Aug 2023 06:28:05 +0000
Subject: [PATCH] [UPD] README.rst
---
mail_tracking/README.rst | 5 ++++-
mail_tracking/static/description/index.html | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/mail_tracking/README.rst b/mail_tracking/README.rst
index 427577299..5f752ba9b 100644
--- a/mail_tracking/README.rst
+++ b/mail_tracking/README.rst
@@ -134,7 +134,10 @@ with messages in failed status and that needs an user action.
Known issues / Roadmap
======================
-* Add pivot for tracking events and mail trackings
+* Integrate with the core `mail.notification` model. A soft way would be to write a
+ notification event along with the mail.tracking.event ones. Another way could be
+ to merge both models and build the module features on top of it. This might imply
+ a refactor though.
Bug Tracker
===========
diff --git a/mail_tracking/static/description/index.html b/mail_tracking/static/description/index.html
index 94b085b26..a64d1207e 100644
--- a/mail_tracking/static/description/index.html
+++ b/mail_tracking/static/description/index.html
@@ -449,7 +449,10 @@ with messages in failed status and that needs an user action.
-- Add pivot for tracking events and mail trackings
+- Integrate with the core mail.notification model. A soft way would be to write a
+notification event along with the mail.tracking.event ones. Another way could be
+to merge both models and build the module features on top of it. This might imply
+a refactor though.