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.</p>
 <div class="section" id="known-issues-roadmap">
 <h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1>
 <ul class="simple">
-<li>Add pivot for tracking events and mail trackings</li>
+<li>Integrate with the core <cite>mail.notification</cite> 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.</li>
 </ul>
 </div>
 <div class="section" id="bug-tracker">