Commit Graph

40 Commits

Author SHA1 Message Date
OCA-git-bot
c7d12addea mail_tracking 15.0.1.0.2 2022-08-23 16:16:11 +00:00
OCA-git-bot
07ddd79a93 mail_tracking 15.0.1.0.1 2022-05-11 20:56:49 +00:00
Jasmin Solanki
680eee8074 [MIG] mail_tracking: Migration to 15.0 2022-04-20 14:46:22 +05:30
OCA-git-bot
a4f3acc3cf mail_tracking 14.0.2.0.2 2022-04-20 14:46:22 +05:30
OCA-git-bot
9dc2f8e569 mail_tracking 14.0.2.0.1 2022-04-20 14:46:22 +05:30
OCA-git-bot
6c34951e0f mail_tracking 14.0.2.0.0 2022-04-20 14:46:22 +05:30
houssine
53cc2ff96f [PEP8] pre-commit 2022-04-20 14:46:22 +05:30
OCA-git-bot
cee0115fc7 mail_tracking 14.0.1.1.1 2022-04-20 14:46:21 +05:30
OCA-git-bot
6f24099a07 mail_tracking 14.0.1.1.0 2022-04-20 14:46:21 +05:30
Jairo Llopis
814329c55a [FIX] mail_tracking: reduce spammy score
Fix https://github.com/OCA/social/issues/701, following idea from https://kb.mailwizz.com/articles/low-score-in-spamassassin-because-of-the-rand_mktg_header-rule/ to avoid matching the regexp explained in https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7888#c5

@Tecnativa TT29674
2022-04-20 14:46:21 +05:30
Areeb Siddiqi
d963b817e4 [MIG] mail_tracking: Migration to 14.0 2022-04-20 14:46:21 +05:30
OCA-git-bot
5b5a0f04f2 mail_tracking 13.0.1.0.8 2022-04-20 14:46:21 +05:30
OCA-git-bot
9258469db1 mail_tracking 13.0.1.0.7 2022-04-20 14:46:21 +05:30
Alexandre D. Díaz
55f9271937 [IMP] Apply pre-commit changes: Resolve conflicts 2022-04-20 14:46:21 +05:30
OCA-git-bot
29afd15f6d mail_tracking 13.0.1.0.6 2022-04-20 14:46:21 +05:30
Wolfgang Pichler
26c6cd33af [FIX] re.search will return None when nothing found. So we have to check for this 2022-04-20 14:46:21 +05:30
OCA-git-bot
70445bd103 mail_tracking 13.0.1.0.4 2022-04-20 14:46:21 +05:30
OCA-git-bot
e03c6f5259 mail_tracking 13.0.1.0.3 2022-04-20 14:46:21 +05:30
OCA-git-bot
103192362e mail_tracking 13.0.1.0.2 2022-04-20 14:46:21 +05:30
OCA-git-bot
5d9202ad21 mail_tracking 13.0.1.0.1 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
OCA-git-bot
9d4c4d3533 mail_tracking 12.0.2.0.1 2022-04-20 14:46:21 +05:30
OCA-git-bot
67aba949d8 mail_tracking 12.0.2.0.0 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
Pedro M. Baeza
4c6e4661d3 [FIX] mail_tracking: Show correctly blank image
Bad P2 > P3 conversion
2022-04-20 14:46:21 +05:30
OCA-git-bot
da600d69e6 mail_tracking 12.0.1.1.2 2022-04-20 14:46:21 +05:30
OCA-git-bot
7c1a8f25dc mail_tracking 12.0.1.1.1 2022-04-20 14:46:21 +05:30
OCA-git-bot
b38067d1d6 mail_tracking 12.0.1.1.0 2022-04-20 14:46:21 +05:30
Pedro M. Baeza
71b67a5475 [FIX] mail_tracking: Don't call write inside other write
Or infinite recursions will happen on other `write` overwrites, like the one that happens
on `mass_mailing_partner`.
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
David Vidal
f1259fc0ec [IMP] mail_tracking: email score performance (#299) 2022-04-20 14:46:21 +05:30
David
4c0a9e46c9 [MIG] mail_tracking: Migration to 11.0 2022-04-20 14:46:21 +05:30
Emanuel Cino
e640743e2f [FIX] mail_tracking js could break other modules using chat_manager 2022-04-20 14:46:21 +05:30
eLBati
86031a98a9 IMP mail_tracking performances
On our server,
queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms

The last ones are run several times when a thread has many messages
2022-04-20 14:46:21 +05:30
Antonio Espinosa
2c5a5647db [FIX] mail_tracking: bugfixes (#199)
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
2022-04-20 14:46:21 +05:30
Antonio Espinosa
527a8d09c5 Add access to portal/public user to his own email trackings 2022-04-20 14:46:21 +05:30
Damien Bouvy
4798d3c817 [MIG] mail_tracking: Migrated to 10.0 2022-04-20 14:46:21 +05:30
Pedro M. Baeza
4d335bea84 [MIG] Make modules uninstallable 2022-04-20 14:46:21 +05:30