Commit Graph

732 Commits

Author SHA1 Message Date
Pedro M. Baeza
03c98cb613 [FIX] Update copier template
To fix the Flake8 Gitlab problem.
2022-11-16 20:46:44 +01:00
OCA-git-bot
db3423c613 [ADD] setup.py 2022-11-11 09:05:32 +00:00
OCA-git-bot
f006390ad6 [ADD] icon.png 2022-11-11 09:05:31 +00:00
OCA-git-bot
7c6d5777b9 [UPD] README.rst 2022-11-11 09:05:31 +00:00
OCA-git-bot
4aad52e452 [UPD] addons table in README.md 2022-11-11 09:05:28 +00:00
oca-ci
6f5c2900ec [UPD] Update mail_parent_recipient.pot 2022-11-11 09:01:45 +00:00
OCA-git-bot
d96713de48 Merge PR #997 into 15.0
Signed-off-by simahawk
2022-11-11 08:58:59 +00:00
Víctor Martínez
b64d38aa6c [MIG] mass_mailing_resend: Migration to 15.0
TT40296
2022-11-09 08:44:22 +01:00
Thierry Ducrest
2a3e8daaae Migrate mail_parent_recipient to 15.0
This module comes from a PR in v10 but has never been merged.
This is the related PR:

* https://github.com/OCA/social/pull/963
2022-11-08 11:17:52 +01:00
Tonow-c2c
985840a348 Add mail_parent_recipient 2022-11-07 09:08:59 +01:00
Víctor Martínez
09da2fa601 [IMP] mass_mailing_resend: black, isort, prettier 2022-11-04 08:08:00 +01:00
Víctor Martínez
0c2b367941 [MIG] mass_mailing_resend: Migration to 14.0
[UPD] Update mass_mailing_resend.pot

[UPD] README.rst
2022-11-04 08:08:00 +01:00
Jairo Llopis
f6d33d899d [IMP] pre-commit run -a 2022-11-04 08:08:00 +01:00
Pedro M. Baeza
eae9567e4a [MIG] mass_mailing_resend: Migration to 13.0 2022-11-04 08:08:00 +01:00
Pedro M. Baeza
ff882a0353 [IMP] : black, isort 2022-11-04 08:08:00 +01:00
ernesto
05a25ecc76 [12.0][FIX] mass_mailing_resend: Remove alert-* class 2022-11-04 08:08:00 +01:00
ernesto
953bbccd70 [MIG] mass_mailing_resend: Migration to 12.0 2022-11-04 08:08:00 +01:00
Pedro M. Baeza
1816ebc170 [MIG] mass_mailing_resend: Migration to 11.0
* Standard procedure
* Adopt README by fragments
* Adapt tests
2022-11-04 08:08:00 +01:00
Pedro M. Baeza
05ee2933c9 [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).
2022-11-04 08:08:00 +01:00
Pedro M. Baeza
2c10160c18
Merge pull request #990 from Tecnativa/15.0-dck-copier-update
[15.0][DCK] Updated from template
2022-11-03 19:40:13 +01:00
Víctor Martínez
7e1db76391 [FIX] mail_activity_partner: Remove test folder from __init__ 2022-11-03 15:41:27 +01:00
Víctor Martínez
307db0a566 [DCK] Updated from template 2022-11-03 15:38:20 +01:00
OCA-git-bot
f2bdda7a1e [UPD] addons table in README.md 2022-11-02 15:54:31 +00:00
OCA-git-bot
400c2274c3 mail_activity_team 15.0.1.3.0 2022-11-02 15:54:26 +00:00
OCA-git-bot
b96f28db66 Merge PR #987 into 15.0
Signed-off-by pedrobaeza
2022-11-02 15:51:23 +00:00
Ivàn Todorovich
bbc549f784
[IMP] mail_activity_team: settings menu position 2022-10-31 09:40:14 -03:00
Weblate
55599507dd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mail_notification_custom_subject
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_notification_custom_subject/
2022-10-25 07:10:37 +00:00
OCA-git-bot
3b65919a66 [ADD] setup.py 2022-10-25 06:22:25 +00:00
OCA-git-bot
39d5254fe1 [UPD] README.rst 2022-10-25 06:22:25 +00:00
OCA-git-bot
5d6b4db65a [UPD] addons table in README.md 2022-10-25 06:22:22 +00:00
oca-ci
9c0d7eb557 [UPD] Update mail_notification_custom_subject.pot 2022-10-25 06:19:30 +00:00
OCA-git-bot
7b6c45247f Merge PR #982 into 15.0
Signed-off-by pedrobaeza
2022-10-25 06:17:06 +00:00
Víctor Martínez
38638654fc [MIG] mail_notification_custom_subject: Migration to 15.0
TT36470
2022-10-25 08:06:44 +02:00
Víctor Martínez
bdfaa139d5 [FIX] mail_debrand: Set proper default engine in _render_template() function 2022-10-19 13:29:00 +02:00
Víctor Martínez
d043742efc [FIX] mail_outbound_static: Remove warning 2022-10-19 13:07:50 +02:00
Víctor Martínez
405f4ef1a7 [IMP] mail_notification_custom_subject: black, isort, prettier 2022-10-19 12:58:31 +02:00
Olga Marco
4b5eeec844 [FIX] mail_notification_custom_subject: Error modifying subtype_id
[IMP] update dotfiles [ci skip]
2022-10-19 12:58:29 +02:00
oca-travis
ddc9efe4af [UPD] Update mail_notification_custom_subject.pot
[UPD] README.rst
2022-10-19 12:58:27 +02:00
Naglis Jonaitis
14cc2d99be [MIG] mail_notification_custom_subject: Migration to 14.0 2022-10-19 12:40:22 +02:00
Naglis Jonaitis
d5f0d97a9d [IMP] mail_notification_custom_subject: black, isort, prettier 2022-10-19 12:40:22 +02:00
Víctor Martínez
51c4d08122 [IMP] mail_notification_custom_subject: Add comment to explain test_bad_template_does_not_break test 2022-10-19 12:40:22 +02:00
Carlos Roca
7b747ffd95 [MIG] mail_notification_custom_subject: Migration to v13.0 2022-10-19 12:40:22 +02:00
Carlos Roca
1bb5aee507 [IMP] mail_notification_custom_subject: black, isort, prettier 2022-10-19 12:40:22 +02:00
João Marques
586be98e65 [ADD] mail_notification_custom_subject: Apply a custom subject to mail notifications
This module allows you to specify templates to override the subject on the notification
emails sent by Odoo.

TT27191

Co-authored-by: Pedro M. Baeza <pedro.baeza@tecnativa.com>
2022-10-19 12:40:22 +02:00
Weblate
90ac99b71d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_optional_autofollow/
2022-10-17 15:52:12 +00:00
OCA-git-bot
08ef24ee4f [ADD] setup.py 2022-10-16 17:51:11 +00:00
OCA-git-bot
db59cb74b2 [UPD] addons table in README.md 2022-10-16 17:51:08 +00:00
oca-ci
fd79245eef [UPD] Update mail_optional_autofollow.pot 2022-10-16 17:48:13 +00:00
OCA-git-bot
9a00415908 Merge PR #879 into 15.0
Signed-off-by etobella
2022-10-16 17:45:13 +00:00
OCA-git-bot
77bd2cb12b Merge PR #950 into 15.0
Signed-off-by StefanRijnhart
2022-09-29 15:05:43 +00:00