Commit Graph

89 Commits

Author SHA1 Message Date
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
OCA-git-bot
365e8a3c71 [UPD] README.rst 2022-04-20 14:46:21 +05:30
oca-travis
561dca29d7 [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
angelJuaGar
49a26ca11b [FIX] mail_tracking: Modification in unitest. 2022-04-20 14:46:21 +05:30
simonev
7f964d9386 [14.0][MIG] mail_tracking 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
Areeb Siddiqi
c721351a9c [IMP] mail_tracking: black, isort, prettier 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
Alexandre D. Díaz
bb633d22c5 [FIX] mail_tracking: Store cc 2022-04-20 14:46:21 +05:30
OCA Transbot
b8f28055eb Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
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
oca-travis
ff0e815e73 [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
Alexandre D. Díaz
ced062db12 [IMP] mail_tracking: Discuss failed messages: Only show confirmation if needed 2022-04-20 14:46:21 +05:30
Alexandre D. Díaz
6b55471fc3 [IMP] mail_tracking: Discuss failed messages: Button and domain 2022-04-20 14:46:21 +05:30
Jairo Llopis
2724284aaa [FIX] pre-commit run -a 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
Jairo Llopis
c64663944b [IMP] pre-commit run -a 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
nmadhoc
a8631c588f [FIX] mail_tracking
When a user try to resend message gets an error stating that it's only allowed for users who belong to the Administration/Settings group
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 Transbot
399e4fad0c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
2022-04-20 14:46:21 +05:30
oca-travis
3687e1cf6a [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
OCA Transbot
c9c941617d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
2022-04-20 14:46:21 +05:30
OCA Transbot
cbc12a71d9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
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-travis
f8433982df [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
Alexandre Díaz
7e271bb5ca [IMP] mail_tracking: Ignore catchall 2022-04-20 14:46:21 +05:30
OCA Transbot
9449f77510 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
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-travis
6c4e13bbfc [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
Alexandre Díaz
de49e150ef [IMP] mail_tracking: Test 'to' and named emails 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
OCA-git-bot
103192362e mail_tracking 13.0.1.0.2 2022-04-20 14:46:21 +05:30
Uku Lagle
2718b80146 [FIX] mail_tracking: do not warn not found if already opened
The state will be 'opened' after first time email is opened. Each
successive open triggered warning, because state was already 'opened'
and thus did not match domain state in (sent, delivered).

Forward-port #d9ad3464
2022-04-20 14:46:21 +05:30
OCA-git-bot
a85b2cb53b [UPD] README.rst 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
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
OCA Transbot
72fb0002f6 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-13.0/social-13.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_tracking/
2022-04-20 14:46:21 +05:30
oca-travis
87fd851761 [UPD] Update mail_tracking.pot 2022-04-20 14:46:21 +05:30
OCA-git-bot
e0cd36689b [UPD] README.rst 2022-04-20 14:46:21 +05:30
oca-travis
fa75e3c767 [UPD] Update mail_tracking.pot 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
Alexandre Díaz
5f9e8ff95e [FIX] mail_tracking: Refresh thread widget when sets a message as reviewed
Previous this commit, failed messages widget data wasn't updated properly when you
set as reviewed/retry the last message displayed.

This commit resolve the problem and improves the "set as reviewed" action to avoid
multi-user inconsistencies (don't toggle the value).
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
Alexandre Díaz
5ec699ab9a [IMP] mail_tracking: translations 2022-04-20 14:46:21 +05:30
Alexandre Díaz
d3ddffb54b [IMP] mail_tracking: Convert 'partner_trackings' to dict 2022-04-20 14:46:21 +05:30
Alexandre Díaz
7ef6c69205 [IMP] mail_tracking: Cc name & check if mail is Cc 2022-04-20 14:46:21 +05:30