oca-travis
21012d6dbd
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
Alexandre D. Díaz
615edd01ea
[IMP] mail_tracking: Discuss failed messages: Only show confirmation if needed
2023-09-25 07:40:35 -07:00
Alexandre D. Díaz
98778b3caa
[IMP] mail_tracking: Discuss failed messages: Button and domain
2023-09-25 07:40:35 -07:00
Jairo Llopis
f0bba0142b
[FIX] pre-commit run -a
2023-09-25 07:40:35 -07:00
Alexandre D. Díaz
f073590396
[IMP] Apply pre-commit changes: Resolve conflicts
2023-09-25 07:40:35 -07:00
Jairo Llopis
ffa557162c
[IMP] pre-commit run -a
2023-09-25 07:40:35 -07:00
OCA-git-bot
c3ef63b9af
mail_tracking 13.0.1.0.6
2023-09-25 07:40:35 -07:00
nmadhoc
6c742b521f
[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
2023-09-25 07:40:35 -07:00
Wolfgang Pichler
8c51374370
[FIX] re.search will return None when nothing found. So we have to check for this
2023-09-25 07:40:35 -07:00
OCA Transbot
e7d55e3fad
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/
2023-09-25 07:40:35 -07:00
oca-travis
d82bff7667
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
OCA Transbot
7ceee298ca
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/
2023-09-25 07:40:35 -07:00
OCA Transbot
5a67189edc
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/
2023-09-25 07:40:35 -07:00
OCA-git-bot
1aab576571
mail_tracking 13.0.1.0.4
2023-09-25 07:40:35 -07:00
oca-travis
ad10ce8046
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
Alexandre Díaz
104ea90bd3
[IMP] mail_tracking: Ignore catchall
2023-09-25 07:40:35 -07:00
OCA Transbot
0987c69edc
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/
2023-09-25 07:40:35 -07:00
OCA-git-bot
7156f279a3
mail_tracking 13.0.1.0.3
2023-09-25 07:40:35 -07:00
oca-travis
e88edb93cc
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
Alexandre Díaz
2f3fc116ca
[IMP] mail_tracking: Test 'to' and named emails
2023-09-25 07:40:35 -07:00
Alexandre Díaz
7a099500e4
[IMP] mail_tracking: Store To recipients and omit aliases
2023-09-25 07:40:35 -07:00
OCA-git-bot
17cd59e500
mail_tracking 13.0.1.0.2
2023-09-25 07:40:35 -07:00
Uku Lagle
a4979ede2f
[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
2023-09-25 07:40:35 -07:00
OCA-git-bot
6b39838aa6
[UPD] README.rst
2023-09-25 07:40:35 -07:00
OCA-git-bot
de609a3c3d
mail_tracking 13.0.1.0.1
2023-09-25 07:40:35 -07:00
Alexandre Díaz
25a6f0ac22
[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.
2023-09-25 07:40:35 -07:00
OCA Transbot
683851b476
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/
2023-09-25 07:40:35 -07:00
oca-travis
e9b446ad7a
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
OCA-git-bot
99ff431109
[UPD] README.rst
2023-09-25 07:40:35 -07:00
oca-travis
3b0f4d8dc6
[UPD] Update mail_tracking.pot
2023-09-25 07:40:35 -07:00
Alexandre Díaz
4acc95a031
[MIG] mail_tracking: Migration to 13.0
2023-09-25 07:40:35 -07:00
Alexandre Díaz
6b980a571d
[IMP] mail_tracking: black, isort
2023-09-25 07:40:35 -07:00
OCA-git-bot
3ff53ab1d2
mail_tracking 12.0.2.0.1
2023-09-25 07:40:35 -07:00
Alexandre Díaz
107bf807bc
[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).
2023-09-25 07:40:35 -07:00
OCA-git-bot
064c7939ff
mail_tracking 12.0.2.0.0
2023-09-25 07:40:35 -07:00
Alexandre Díaz
8100ec4899
[IMP] mail_tracking: Failed Messages to 12.0
2023-09-25 07:40:35 -07:00
Alexandre Díaz
17f8d93879
[IMP] mail_tracking: translations
2023-09-25 07:40:35 -07:00
Alexandre Díaz
ce8f865e03
[IMP] mail_tracking: Convert 'partner_trackings' to dict
2023-09-25 07:40:35 -07:00
Alexandre Díaz
8ef81f2e01
[IMP] mail_tracking: Cc name & check if mail is Cc
2023-09-25 07:40:35 -07:00
David
8a52d2a98a
[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.
2023-09-25 07:40:35 -07:00
eduardgm
1fd5ec853a
Translated using Weblate (Spanish)
...
Currently translated at 33.3% (29 of 87 strings)
Translation: social-12.0/social-12.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_tracking/es/
2023-09-25 07:40:35 -07:00
Pedro M. Baeza
c11f78f240
[FIX] mail_tracking: Show correctly blank image
...
Bad P2 > P3 conversion
2023-09-25 07:40:35 -07:00
OCA-git-bot
d93ff00d0d
mail_tracking 12.0.1.1.2
2023-09-25 07:40:35 -07:00
Alexandre Díaz
a4ab91b398
[IMP] mail_tracking: Adapt test to set (not order preserved)
2023-09-25 07:40:35 -07:00
Alexandre Díaz
40c31292ac
[FIX] mail_tracking: Repeated suggested cc emails
2023-09-25 07:40:35 -07:00
OCA-git-bot
15a5a2ad31
mail_tracking 12.0.1.1.1
2023-09-25 07:40:35 -07:00
Ihor
3e2fc692ef
[FIX] Bug {TypeError: dict.message.hasEmailCc is not a function} during the creation of a new document.
2023-09-25 07:40:35 -07:00
OCA-git-bot
2784925a62
mail_tracking 12.0.1.1.0
2023-09-25 07:40:35 -07:00
Alexandre Díaz
592b9d12ca
[MIG] mail_tracking: Adapt Cc to 12.0
2023-09-25 07:40:35 -07:00
Alexandre Díaz
270697712c
[IMP] mail_tracking: Cc
2023-09-25 07:40:35 -07:00