Commit Graph

15 Commits (018af2e34091b8c392541f1ef7fe1e525eb8d10f)

Author SHA1 Message Date
OCA-git-bot a590819b35 Merge PR #1078 into 15.0
Signed-off-by pedrobaeza
2023-07-10 05:52:17 +00:00
David 7ca754ef6b [FIX] mail_tracking: thread permissions
If a user tries to read a thread on a record and one message is from a
partner on which he has no permissions, there will be an exception as
this method tries to fetch info from such partner.

TT43075
2023-05-09 17:12:04 +02:00
Thierry Ducrest a561f0e1e6 Fix mail tracking bounce notification not logged
This is to resolve the following issue:

* https://github.com/OCA/social/issues/1121
2023-05-05 08:38:25 +02:00
sergio-teruel faca717a0e [FIX] mail_tracking: Crash to add malformed emails to recipients suggestions 2023-02-23 19:32:10 +01:00
simonev 7f964d9386 [14.0][MIG] mail_tracking 2022-04-20 14:46:21 +05:30
Areeb Siddiqi c721351a9c [IMP] mail_tracking: black, isort, prettier 2022-04-20 14:46:21 +05:30
Alexandre D. Díaz bb633d22c5 [FIX] mail_tracking: Store cc 2022-04-20 14:46:21 +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 db068ba018 [FIX] mail_tracking: Changed injection method for 'failed_message_ids' field
Before this commit, some methods with views crashes trying to
process 'failed_message_ids' field.
After this commit the 'failed_message_ids' field description
is properly generated.
2022-04-20 14:46:21 +05:30
Alexandre Díaz fc7d2e9f3a [MIG] mail_tracking: Migration to 13.0 2022-04-20 14:46:21 +05:30
Alexandre Díaz 200e016ab8 [IMP] mail_tracking: black, isort 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 ef83aacf9a [FIX] mail_tracking: Repeated suggested cc emails 2022-04-20 14:46:21 +05:30
Alexandre Díaz c2fd8c95fc [IMP] mail_tracking: Cc 2022-04-20 14:46:21 +05:30