05ee2933c9
* [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).
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * mass_mailing_resend
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: <>\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: mass_mailing_resend
|
|
#: model:ir.ui.view,arch_db:mass_mailing_resend.view_mail_mass_mailing_form
|
|
msgid "<i class=\"fa fa-info-circle\"/> New sending will be done only to not sent/new recipients. If you want to resend again the mass mailing to already sent recipients, click on <b>Emails Sent</b> smart-button for removing the existing record(s)."
|
|
msgstr ""
|
|
|
|
#. module: mass_mailing_resend
|
|
#: model:ir.model,name:mass_mailing_resend.model_mail_mass_mailing
|
|
msgid "Mass Mailing"
|
|
msgstr ""
|
|
|
|
#. module: mass_mailing_resend
|
|
#: model:ir.ui.view,arch_db:mass_mailing_resend.view_mail_mass_mailing_form
|
|
msgid "Resend"
|
|
msgstr ""
|
|
|
|
#. module: mass_mailing_resend
|
|
#: code:addons/mass_mailing_resend/models/mass_mailing.py:16
|
|
#, python-format
|
|
msgid "You can't resend a mass mailing that is being sent or in draft state."
|
|
msgstr ""
|
|
|