Commit Graph

8 Commits (db05f92c87daa19ef93f31a062bc4b0109c81c79)

Author SHA1 Message Date
David 02672901fd [FIX] mail_tracking: failed messages in thread
- Recover the failed messages box in the mail.thread
- Fix failed message box template issues
- Remove dead code
- Fix send_email() method signature
- Fix patch methods js files paths
- Update roadmap

TT44683
2023-08-10 07:36:17 +02:00
dhx 3b7ac27ac8 [IMP] mail_tracking: New config parameter to disable the tracking image
- As the tracker img in the body is currently also used to set the
  X-Odoo-MailTracking-ID mail header we can remove the tag only
  after this is done
- Added tests to check for the presence and absence of the tracking
  image tag depending on the new configuration parameter
2023-06-13 13:31:11 +02:00
houssine 53cc2ff96f [PEP8] pre-commit 2022-04-20 14:46:22 +05:30
Alexandre Díaz bedeb56759 [IMP] mail_tracking: Store To recipients and omit aliases 2022-04-20 14:46:21 +05:30
Alexandre Díaz eba1e0de8a [IMP] mail_tracking: Failed Messages to 12.0 2022-04-20 14:46:21 +05:30
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
Alexandre Díaz 6513662533 [MIG] mail_tracking: Adapt Cc to 12.0 2022-04-20 14:46:21 +05:30
ernesto cd1d3be640 [MIG] mail_tracking: Migration to 12.0 2022-04-20 14:46:21 +05:30