oca-travis
bfb075b0c6
[UPD] Update mass_mailing_unique.pot
6 years ago
oca-travis
85eff515f0
[UPD] Update mass_mailing_security_group.pot
6 years ago
oca-travis
ea621f4f30
[UPD] Update mass_mailing_partner.pot
6 years ago
oca-travis
0bcc11c3e7
[UPD] Update mass_mailing_custom_unsubscribe.pot
6 years ago
oca-travis
1a6ac3551b
[UPD] Update mail_tracking_mass_mailing.pot
6 years ago
oca-travis
f3df80ed6b
[UPD] Update mail_tracking_mailgun.pot
6 years ago
oca-travis
8d923ed140
[UPD] Update mail_tracking.pot
6 years ago
oca-travis
16edbdf13d
[UPD] Update mail_optional_follower_notification.pot
6 years ago
oca-travis
6370159420
[UPD] Update mail_optional_autofollow.pot
6 years ago
oca-travis
198ea6a1bc
[UPD] Update mail_digest.pot
6 years ago
oca-travis
b55d8000b2
[UPD] Update mail_debrand.pot
6 years ago
oca-travis
f98324d2ca
[UPD] Update mail_attach_existing_attachment.pot
6 years ago
oca-travis
42fedfcb7b
[UPD] Update mail_as_letter.pot
6 years ago
oca-travis
efdb4d9206
[UPD] Update fetchmail_thread_default.pot
6 years ago
oca-travis
a13ff3c89b
[UPD] Update email_template_qweb.pot
6 years ago
oca-travis
7f71960766
[UPD] Update base_search_mail_content.pot
6 years ago
Stéphane Bidoul (ACSONE)
e11b498dab
[FIX] syntax error in ./mail_tracking_mailgun/i18n/es.po
6 years ago
Stéphane Bidoul (ACSONE)
5bc12c57b7
trigger Travis build to generate .pot
6 years ago
Stéphane Bidoul (ACSONE)
8ad543fc04
remove obsolete .pot files [ci skip]
7 years ago
OCA Git Bot
258a3d0096
[UPD] addons table in README.md [ci skip]
7 years ago
David Vidal
0aacb23b87
[IMP] mass_mailing_custom_unsubscribe: GDPR compliance ( #278 )
* [IMP] mass_mailing_custom_unsubscribe: GDPR compliance (#267 )
- Record resubscriptions too.
- Record action metadata.
- Make ESLint happy.
- Quick color-based action distinction in tree view.
- Add useful quick groupings.
- Display (un)subscription metadata.
- Pivot & graph views.
7 years ago
OCA Git Bot
5a833b53ef
[UPD] addons table in README.md [ci skip]
7 years ago
Pedro M. Baeza
b5c209d243
Merge pull request #272 from Tecnativa/9.0-fix-mail_tracking_mailgun-set_bounced
[FIX] mail_tracking_mailgun: Message error on bounce
7 years ago
OCA Git Bot
dc2285b35e
[UPD] addons table in README.md [ci skip]
7 years ago
David Vidal
3a75bbde4a
[FIX] mass_mailing_partner: compute fields performance ( #271 )
- In DB which use large amounts of records and intesive use of
mass_mailings, not optimized compute records lead to a drastical
decrease of performance
7 years ago
Pedro M. Baeza
183bb61feb
[FIX] mail_tracking_mailgun: Missing error in test
7 years ago
Pedro M. Baeza
d20eda9942
[FIX] mail_tracking_mailgun: Message error on bounce
7 years ago
OCA Git Bot
e1f35046a1
[ADD] setup.py [ci skip]
7 years ago
Thomas Binsfeld
2ff706882e
[FIX] README: flake8
7 years ago
Thomas Binsfeld
c28547a010
[9.0] [FIX] Mail Optional Follower Notification: populate needaction partners only with recipients
From commit 1665bc95ec
in 10.0
7 years ago
OCA Transbot
884af5ebba
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
c39302ca4d
[UPD] addons table in README.md
7 years ago
David
122a45281e
[FIX] mail_tracking_mailgun: manual sync gets events from other recipients
7 years ago
Thomas Binsfeld
32fa41793d
[FIX] Mail Optional Follower Notification: FR translation
7 years ago
OCA Transbot
1101293ded
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
605e626faa
Merge pull request #226 from Tecnativa/9.0-mail_tracking_mailgun-backport_10.0
[FIX] mail_tracking_mailgun: Backport some fixes
7 years ago
Jairo Llopis
d3623da759
[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.
7 years ago
David
d0866738d0
[10.0][FIX] mail_tracking_mailgun: Avoid key dict errors
7 years ago
OCA Transbot
aaef1957a0
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
be8df4acaa
[UPD] addons table in README.md
7 years ago
Simone Orsi
d7412715ce
[imp] mail_digest: fallback to default website
Depending on the request might fail
nevertheless the website should be there to be found.
Fallback to search and use it if possible for digest' site name
7 years ago
David
3aa1f0790d
[9.0][IMP] mail_tracking_mailgun: add partner mail checks
7 years ago
OCA Transbot
127de54d9d
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
f93d06b0e6
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
ed94bfaa5b
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
0f3c3a8b96
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
d5e8a02cf3
[UPD] addons table in README.md
7 years ago
Antonio Espinosa
6eb0332677
[FIX] mail_tracking: bugfixes ( #199 )
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
7 years ago
OCA Transbot
ace66c035b
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
95bc1f7bc8
Merge pull request #184 from Tecnativa/9.0-PR-fetchmail_thread_default
[9.0][FIX] fetchmail_thread_default: check model in env for update module
7 years ago