Commit Graph

15 Commits (c3725c435db40b9b376e12c60eebeab9f1428cd0)

Author SHA1 Message Date
OCA Transbot 07bb65eb92 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mass_mailing_resend/
2020-09-01 11:02:09 +00:00
OCA-git-bot 86ecd54925 mass_mailing_resend 12.0.1.1.0 2020-09-01 11:01:40 +00:00
oca-travis 38be6f6282 [UPD] Update mass_mailing_resend.pot 2020-09-01 10:44:15 +00:00
Pedro M. Baeza f5eff8fce5 [FIX] mass_mailing_resend: Incorrect warning text
It's not possible anymore to remove mass mailing stats for tricking the system to
send the same mailing to the already sent recipients, which is, on the other hand,
something not healthy for traceability purposes, so this limitation will continue.

We only change then the warning message for being correct in the statement.

TT25325
2020-08-31 14:51:25 +02:00
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