Commit Graph

13 Commits (bac73d64ae91a33151b1f1aef5e8e397bef19ed1)

Author SHA1 Message Date
mymage 4516fb23e0 Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: social-16.0/social-16.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_resend/it/
2023-12-06 12:34:44 +00:00
mymage 7f249ce49c Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: social-16.0/social-16.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_resend/it/
2023-12-01 10:12:28 +00:00
mymage d02a4c7e7d Added translation using Weblate (Italian) 2023-12-01 09:21:29 +00:00
Weblate b2f8c22df2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-16.0/social-16.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_resend/
2023-04-26 15:08:30 +00:00
oca-ci 7d5412fedf [UPD] Update mass_mailing_resend.pot 2023-04-26 11:19:05 +00:00
Weblate b885427816 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mass_mailing_resend
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mass_mailing_resend/
2023-03-09 15:51:51 +07:00
oca-ci d6b4e89abc [UPD] Update mass_mailing_resend.pot 2023-03-09 15:51:51 +07:00
Víctor Martínez f4a419f1f5 [MIG] mass_mailing_resend: Migration to 15.0
TT40296
2023-03-09 15:51:51 +07:00
Víctor Martínez 9b83f9f8fd [MIG] mass_mailing_resend: Migration to 14.0
[UPD] Update mass_mailing_resend.pot

[UPD] README.rst
2023-03-09 15:51:51 +07:00
Pedro M. Baeza 0afd73bb9c [MIG] mass_mailing_resend: Migration to 13.0 2023-03-09 15:51:51 +07:00
ernesto fa922f11be [12.0][FIX] mass_mailing_resend: Remove alert-* class 2023-03-09 15:51:51 +07:00
Pedro M. Baeza 5bf43e239b [MIG] mass_mailing_resend: Migration to 11.0
* Standard procedure
* Adopt README by fragments
* Adapt tests
2023-03-09 15:51:51 +07:00
Pedro M. Baeza 8d2abe5de0 [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).
2023-03-09 15:51:51 +07:00