Sergio Teruel Albert
53aaabae79
[11.0][FIX] mail_tracking_mailgun: Read config parameters with sudo
2024-07-11 14:02:25 +02:00
David
24a6860e4c
[MIG] mail_tracking_mailgun: Migration to 11.0
2024-07-11 14:02:25 +02:00
OCA Transbot
f14f84f3ea
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
David
d0946cb783
[IMP] mail_tracking_mailgun: validation auto check
...
- Configurable partner email auto check.
2024-07-11 14:02:25 +02:00
David
f9bee850db
[FIX] mail_tracking_mailgun: manual sync gets events from other recipients
2024-07-11 14:02:25 +02:00
Pedro M. Baeza
369728ba02
[FIX] mail_tracking_mailgun: Message error on bounce
2024-07-11 14:02:25 +02:00
OCA Transbot
71cc282ba0
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
Jairo Llopis
9fe89fc94b
[FIX] mail_tracking_mailgun: Avoid errors without event
...
When this method is called without an event (a.k.a. `event=None`), this method produces the following error:
```
Traceback (most recent call last):
File "/opt/odoo/auto/addons/mail/models/mail_mail.py", line 278, in send
res = IrMailServer.send_email(msg, mail_server_id=mail.mail_server_id.id)
File "/opt/odoo/auto/addons/mail_tracking/models/ir_mail_server.py", line 88, in send_email
tracking_email.smtp_error(self, smtp_server_used, e)
File "/opt/odoo/auto/addons/mail_tracking/models/mail_tracking_email.py", line 213, in smtp_error
self.sudo()._partners_email_bounced_set('error')
File "/opt/odoo/auto/addons/mail_tracking/models/mail_tracking_email.py", line 203, in
_partners_email_bounced_set
]).email_bounced_set(self, reason, event=event)
File "/opt/odoo/auto/addons/mail_tracking_mailgun/models/res_partner.py", line 22, in
email_bounced_set
self._email_bounced_set(reason, event)
File "/opt/odoo/auto/addons/mail_tracking_mailgun/models/res_partner.py", line 33, in
_email_bounced_set
event['Message-Id'] or '') TypeError: 'NoneType' object has no attribute '__getitem__'
```
So, we now assume we do not always have an event.
2024-07-11 14:02:25 +02:00
David
2bdcd0aa26
[10.0][FIX] mail_tracking_mailgun: Avoid key dict errors
2024-07-11 14:02:25 +02:00
OCA Transbot
228bd8494a
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
David
1b49536e53
[10.0][IMP] mail_tracking_mailgun: add partner mail checks
2024-07-11 14:02:25 +02:00
OCA Transbot
b19b3b8305
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
David Vidal
a3c27cf643
[IMP] mute logger on tests error responses so Travis doesn't fail
2024-07-11 14:02:25 +02:00
OCA Transbot
eec775d684
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
Rafael Blasco
77246da89b
Add Contributors
...
Both Carlos and me have work a lot in this module, maybe not coding but much testing and definition in usability
2024-07-11 14:02:25 +02:00
OCA Transbot
5284d217f4
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
Damien Bouvy
f1c136bd62
[MIG] mail_tracking_mailgun: Migrated to 10.0
2024-07-11 14:02:25 +02:00
Pedro M. Baeza
cf0840389d
[MIG] Rename manifest files
2024-07-11 14:02:25 +02:00
Pedro M. Baeza
87740b5373
[MIG] Make modules uninstallable
2024-07-11 14:02:25 +02:00
Antonio Espinosa
de005142e6
[MIG] mail_tracking_mailgun
2024-07-11 14:02:25 +02:00
Antonio Espinosa
ae62436541
[8.0][IMP][mail_tracking] Speed installation time and discard concurrent events ( #82 )
...
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
2024-07-11 14:02:25 +02:00
Antonio Espinosa
decb812467
[ADD] mail_tracking_mailgun
2024-07-11 14:02:25 +02:00
Antonio Espinosa
5fc951dae0
OCA Transbot updated translations from Transifex
2024-07-11 14:02:25 +02:00
Weblate
3b7cc592c5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking_mass_mailing/
2024-07-10 18:41:39 +00:00
OCA-git-bot
12388ecd75
[BOT] post-merge updates
2024-07-10 17:21:06 +00:00
oca-ci
ef46b47103
[UPD] Update mail_tracking_mass_mailing.pot
2024-07-10 17:18:47 +00:00
OCA-git-bot
930d3971fc
Merge PR #1412 into 17.0
...
Signed-off-by pedrobaeza
2024-07-10 17:16:35 +00:00
mymage
495a983101
Translated using Weblate (Italian)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: social-17.0/social-17.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_board/it/
2024-07-09 09:58:55 +00:00
mymage
ab8c4c43ce
Translated using Weblate (Italian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: social-17.0/social-17.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject/it/
2024-07-09 09:58:55 +00:00
David
577b1dee2e
[MIG] mail_tracking_mass_mailing: Migration to 17.0
...
TT49915
2024-07-09 09:41:24 +02:00
David
8a9d65eda9
[IMP] mail_tracking_mass_mailing: pre-commit auto fixes
2024-07-09 09:40:03 +02:00
mymage
95bd61c7dc
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: social-17.0/social-17.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_debrand/it/
2024-07-08 08:59:09 +00:00
mymage
85453b7381
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: social-17.0/social-17.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment/it/
2024-07-08 08:59:09 +00:00
mymage
820048bc07
Translated using Weblate (Italian)
...
Currently translated at 100.0% (128 of 128 strings)
Translation: social-17.0/social-17.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking/it/
2024-07-08 08:59:09 +00:00
mymage
e199b9e55f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: social-17.0/social-17.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mass_mailing_partner/it/
2024-07-08 08:59:09 +00:00
mymage
27f38091da
Added translation using Weblate (Italian)
2024-07-08 07:13:38 +00:00
Weblate
a4850bb801
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_attach_existing_attachment
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment/
2024-07-07 10:42:48 +00:00
Weblate
b67ea681a3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mass_mailing_partner
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mass_mailing_partner/
2024-07-07 10:42:37 +00:00
Weblate
ddbbbb1b0d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_tracking/
2024-07-07 10:42:30 +00:00
Weblate
5eb25e32fe
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_board/
2024-07-07 10:42:26 +00:00
Weblate
a6b3fc9ab6
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mass_mailing_resend/
2024-07-07 10:42:25 +00:00
Weblate
5c2fa82d90
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_autofollow/
2024-07-07 10:42:23 +00:00
Weblate
97d8b7ae01
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject/
2024-07-07 10:42:08 +00:00
Weblate
36fc858ce7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_debrand
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_debrand/
2024-07-07 10:42:07 +00:00
Weblate
2a367ef589
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_activity_team
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_team/
2024-07-07 10:42:05 +00:00
Weblate
31f6041c09
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-17.0/social-17.0-mail_template_substitute
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_template_substitute/
2024-07-07 10:42:04 +00:00
Vincent Hatakeyama
b2fbe7b862
Translated using Weblate (French)
...
Currently translated at 95.0% (19 of 20 strings)
Translation: social-16.0/social-16.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking_mass_mailing/fr/
2024-07-05 12:03:09 +02:00
mymage
5c17dd2ba2
Translated using Weblate (Italian)
...
Currently translated at 95.0% (19 of 20 strings)
Translation: social-16.0/social-16.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking_mass_mailing/it/
2024-07-05 12:03:09 +02:00
Ivorra78
babbd4e9da
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: social-16.0/social-16.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_tracking_mass_mailing/es/
2024-07-05 12:03:09 +02:00
David
b9b00e3603
[MIG] mail_tracking_mass_mailing: finish migration to 16.0
...
TT44208
2024-07-05 12:03:09 +02:00