social/mail_tracking/models/__init__.py
David 61463fc530 [IMP] mail_tracking: mail.thread filter for tracking errors
- Any model inheriting from mail.thread will have a filter available to
obtain records with errors in their messages trackings.
- The messages can be marked as done to avoid false positives when the
issues are solved.
2022-04-20 14:46:21 +05:30

12 lines
331 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import ir_mail_server
from . import mail_bounced_mixin
from . import mail_mail
from . import mail_message
from . import mail_tracking_email
from . import mail_tracking_event
from . import mail_composer
from . import res_partner
from . import mail_thread