Moises Lopez - https://www.vauxoo.com/
8bda7501b8
Update test_mail_template.py
7 years ago
Moises Lopez - https://www.vauxoo.com/
f4aa90baf1
small commit to trigger travis
7 years ago
Moises Lopez - https://www.vauxoo.com/
41ae1d1ef8
Update test_mail_template.py
7 years ago
Moises Lopez - https://www.vauxoo.com/
b7cbdce367
[REF] .travis.yml: Installing wkhtmltopdf from MQT
7 years ago
BALDE
05e8248d47
[10.0] mail_template_multi_report: make travis happy with dependency wkhtmltopdf
7 years ago
BALDE
c87157b6eb
make travis happy with dependency wkhtmltopdf
7 years ago
BALDE
53940e9bf7
make travis happy with dependency wkhtmltopdf
7 years ago
BALDE
a4f104b811
[10.0] mail_template_multi_report: REM domain on report_template_id field
7 years ago
BALDE
1f449be943
[10.0] mail_template_multi_report: fix error flake8
7 years ago
BALDE
8a8e831f77
[10.0] update requirements.txt
7 years ago
BALDE
71ecb91ee6
[IMP] mail_template_multi_report: support others reports. i.e py3o
7 years ago
BALDE
a67a768a3d
[MIG] mail_template_multi_report: make flake8 happy
7 years ago
BALDE
b1371451d3
[MIG] mail_template_multi_report: Migrated to 10.0
7 years ago
OCA Git Bot
5fa8d8262e
[UPD] addons table in README.md [ci skip]
7 years ago
Pedro M. Baeza
c1a93b2979
Merge pull request #257 from CompassionCH/10.0-fix-mail-tracking-js
[10.0][FIX] mail_tracking js could break other modules using chat_manager
7 years ago
Emanuel Cino
cf7bba7271
[FIX] mail_tracking js could break other modules using chat_manager
7 years ago
OCA Git Bot
c2087ac9f8
[ADD] setup.py [ci skip]
7 years ago
OCA Git Bot
80bd678547
[UPD] addons table in README.md [ci skip]
7 years ago
Jairo Llopis
71274eca71
[FIX] mail_tracking_mass_mailing: Integration tests ( #258 )
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.
Moving tests to post-install mode fixes integration tests.
7 years ago
OCA Git Bot
7b01d55ec8
[ADD] setup.py
7 years ago
OCA Git Bot
6ea7947fbd
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
8b8ba50607
Merge pull request #185 from CompassionCH/10.0-sendgrid
[10.0][ADD] Sendgrid modules
7 years ago
Emanuel Cino
824de6bde4
Sendgrid code corrections for v10 + Add tests
7 years ago
Emanuel Cino
a759994dc8
[10.0] Migrate sendgrid modules
CO-1192 The mail are now correctly sent to all recipients
8 years ago
Emanuel Cino
e0b6ac93e3
Add Sendgrid Mass Mailing from v9
8 years ago
Emanuel Cino
8e8219357b
Add Sendgrid module from v9
8 years ago
OCA Git Bot
8fc60c2359
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
88435ae1d3
Merge pull request #255 from simahawk/10.0
mail_digest: fix behavior w/ `force_send` enabled
7 years ago
Simone Orsi
004e0edee3
mail_digest: fix behavior w/ `force_send` enabled
`force_send` is an option in `mail` core module
that allows to send an email immediately.
Handling the message w/ digest is wrong and in any case
we gonna have a digest w/out the message inside it
since is going to be deleted right after send.
A typical use case is the notification sent to new followers.
7 years ago
Simone Orsi
f0e5c19f8c
mail_digest: improve tests perf w/ SavepointCase
7 years ago
OCA Git Bot
f36a676c2e
[UPD] addons table in README.md
7 years ago
eLBati
519a12b88f
FIX mail_notify_bounce UnicodeDecodeError
also using real email messages for tests
7 years ago
eLBati
8776619cf1
FIX mail_notify_bounce: TypeError: decoding Unicode is not supported
as message_dict['body'] is unicode yet
7 years ago
OCA Git Bot
d473e96233
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
3dda221399
Merge pull request #245 from Tecnativa/10.0-imp-mass_mailing_list_dynamic
[IMP] mass_mailing_list_dynamic: make user aware of list change
7 years ago
David
542af01df4
[IMP] mass_mailing_list_dynamic: make user aware of list change
- Adds is_synced field to track whether a dynamic list has unsynced
changes or not so the user is aware that the definitive number of
contacts is yet to be determined.
- It fixes an issue that made impossible deleting a res.partner filter
when a list had use it to filter contacts.
- It also shows only the filters available for the user (shared and
belonging to self).
7 years ago
OCA Git Bot
ec0d375c7a
[UPD] addons table in README.md
7 years ago
eLBati
338acee77e
FIX mail_footer_notified_partner
we need to save the complete list of partners because
_message_notification_recipients builds recipients
grouped by users groups. Thus get_additional_footer would get a
partial list of recipients
7 years ago
Alexandre Fayolle
620ffce464
Merge pull request #243 from Tecnativa/10.0-fix-mass_mailing_list_dynamic
[FIX] mass_mailing_list_dynamic: Reversible dynamic list
7 years ago
David
35febc70d4
[FIX] mass_mailing_list_dynamic: Reversible dynamic list
7 years ago
OCA Git Bot
88e88d72f9
[ADD] setup.py
7 years ago
OCA Git Bot
18730f0e63
[UPD] addons table in README.md
7 years ago
eLBati
6a060c7d32
ADD mail_notify_bounce
7 years ago
OCA Transbot
bad9bd02e7
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
a9141b1f4f
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
ce8da8ee09
Merge pull request #236 from Tecnativa/10.0-fix-resync-mail_tracking_mailgun
[FIX] mail_tracking_mailgun: manual sync gets events from other recipients
7 years ago
OCA Git Bot
05bc3efdbc
[ADD] setup.py
7 years ago
OCA Git Bot
6b73034e42
[UPD] addons table in README.md
7 years ago
David
e20daeface
[IMP] mail_tracking_mailgun: validation auto check
- Configurable partner email auto check.
7 years ago
David
ddb1c3bf63
[FIX] mail_tracking_mailgun: manual sync gets events from other recipients
7 years ago