Commit Graph

11 Commits (aeb9d389ed6fb65a498c16a372b265108ca8efaa)

Author SHA1 Message Date
OCA-git-bot 55b6462953 [UPD] README.rst 2019-07-29 03:40:40 +00:00
OCA Transbot f7a38fdeab Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-09 13:06:46 +00:00
oca-travis 78f489c8d9 [UPD] Update mass_mailing_resend.pot 2018-11-29 08:00:48 +00:00
ernesto 7e7f4d4f75 [12.0][FIX] mass_mailing_resend: Remove alert-* class 2018-11-29 08:52:45 +01:00
ernesto 858e5c808d [MIG] mass_mailing_resend: Migration to 12.0 2018-11-29 08:52:45 +01:00
OCA Git Bot c9d34199c7 [UPD] README.rst 2018-11-29 08:52:45 +01:00
oca-travis fc2ef36b69 [UPD] Update mass_mailing_resend.pot 2018-11-29 08:52:45 +01:00
Pedro M. Baeza 991736f793 [MIG] mass_mailing_resend: Migration to 11.0
* Standard procedure
* Adopt README by fragments
* Adapt tests
2018-11-29 08:52:45 +01:00
oca-travis 45a9c65e0b [UPD] Update mass_mailing_resend.pot 2018-11-29 08:52:45 +01:00
OCA Transbot 8102086930 OCA Transbot updated translations from Transifex 2018-11-29 08:52:45 +01:00
Pedro M. Baeza 176fb7bedd [ADD] mass_mailing_resend (#210)
* [ADD] mass_mailing_resend

Resend mass mailings
====================

A frequent need for users of mass mailings is to resend one mailing that has
already been sent in the past to new recipients that haven't received yet that
mail. But the problem is to know which are the applicable ones.

Odoo already includes a method in its mass mailing logic that avoids to resend
the same mail 2 times for one mass mailing, and for v9, there was a trick that
allows to modify the state of a mass mailing from kanban view, covering the
need.

But now on v10 both status bar in form view and dragging between states in
kanban are not allowed.

This module introduces a button to restart a mass mailing to draft state,
allowing you to reevaluate the sending domain or list for performing again
the mailing.

Usage
=====

* Go to *Mass mailing > Mailings > Mass Mailings*.
* Click on one record that is done or create a new one and send it.
* You will see a button called "Resend".
* If you click on it, mass mailing will be set to Draft again.

Known issues / Roadmap
======================

* Add an indicator / filter for knowing resent mailings.
* Include information on the number of new recipients to be sent on the
  resending (through `get_remaining_recipients` method).
2018-11-29 08:52:45 +01:00