Commit Graph

6 Commits (230af4689f0968e854d18f1b6b040cebdd540b35)

Author SHA1 Message Date
Katherine Zaoral 2c2ead4486 [MIG] mail_tracking_mass_mailing: Migration to 13.0
* Change references to mail_mail_statistics model with mail_trace
* Change references to mail.mass_mailing model with mailing.mailing
* Change reference to statistics_ids field with mailing_trace_ids
* Change reference to send_mail method with action_send_mail
* Replace mailing.mailing name for required subject field
* fix view reference not_blacklisted with filter_not_email_bl
* fix not-stored compute, set value for all the records
2020-06-09 10:49:56 -03:00
Katherine Zaoral d3426a13d5 [IMP] mail_tracking_mass_mailing: black, isort, prettier 2020-06-09 10:49:56 -03:00
Pedro M. Baeza af2d969e3e [MIG] mail_tracking_mass_mailing: Migration to 11.0
* Standard procedure
* Adapt tests
* New README by fragments

[UPD] README.rst
2020-06-09 10:37:08 -03:00
David Vidal b5003d30be [10.0] mail_tracking_mass_mailing: Migration to 10.0 2020-06-09 10:37:04 -03:00
cubells eb42695974 mail_tracking_mass_mailing module
OCA Transbot updated translations from Transifex
2020-06-09 10:37:04 -03:00
Antonio Espinosa 9cc9fa7711 mail_tracking_mass_mailing (#78)
[ADD] mail_tracking_mass_mailing

==============================
Mail tracking for mass mailing
==============================

Links mail statistics objects with mail tracking objects.

Installation
============

This addon will be automatically installed when 'mail_tracking' and
'mass_mailing' are both installed

Usage
=====

From mail statistic object, you can see:
- Email tracking state
- Email related tracking object
- Email related tracking events

From mass mailing contact, you can see:
- Email score, in order to clean up your lists from bad score emails

As a bonus feature, you have a new checkbox 'Avoid resend' in mass mailing,
in order to not send twice the same email to the same recipient. This is very
useful when you want to resend the mass mailing after changing selection
recipients. Notice that recipient selection could be a domain over a model, so
result ids could change over the time. With this flag you can send
the same email several times but only once to each recipient.

OCA Transbot updated translations from Transifex
2020-06-09 10:36:51 -03:00