Commit Graph

747 Commits

Author SHA1 Message Date
Jairo Llopis
a87aaee0e6
[FIX] mail_show_follower: failure when partner has more than 1 user
In the highly improbable but actually possible and real world case that a partner has more than one user associated, this change makes the emails able to send.

@moduon MT-1634
2022-12-02 10:35:00 +00:00
OCA-git-bot
574e1db718 [UPD] addons table in README.md 2022-12-02 09:41:50 +00:00
OCA-git-bot
b01f5b1373 mail_notification_custom_subject 15.0.1.0.1 2022-12-02 09:41:45 +00:00
OCA-git-bot
12c844509b [UPD] README.rst 2022-12-02 09:41:45 +00:00
OCA-git-bot
33329f070c [UPD] addons table in README.md 2022-12-02 09:41:42 +00:00
OCA-git-bot
b44d3bf1c6 Merge PR #1016 into 15.0
Signed-off-by rafaelbn
2022-12-02 09:38:50 +00:00
Jairo Llopis
1a1fcbccbc
[BUILD] mail_notification_custom_subject: change maintainer 2022-12-02 09:02:06 +00:00
Jairo Llopis
ba8cf6ec7a
[FIX] mail_notification_custom_subject: do not require being admin to send messages
After installing the module, any user was required to have admin rights to be able to search across models.

This fix does just that search with sudo and returns back to non-sudo mode immediately after. This way, we don't need to increase permissions for everybody.

Tests now run unprivileged, to assert this problem never happens again.

@moduon MT-1644 MT-1645
2022-12-02 08:57:08 +00:00
Weblate
6d6db264e2 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/
2022-11-16 20:11:39 +00:00
OCA-git-bot
d50030ee94 [ADD] setup.py 2022-11-16 19:59:00 +00:00
OCA-git-bot
003d93e9ec [UPD] README.rst 2022-11-16 19:58:59 +00:00
OCA-git-bot
0568417411 [UPD] addons table in README.md 2022-11-16 19:58:57 +00:00
oca-ci
c961ced396 [UPD] Update mass_mailing_resend.pot 2022-11-16 19:55:55 +00:00
OCA-git-bot
6f2b70e18a Merge PR #989 into 15.0
Signed-off-by pedrobaeza
2022-11-16 19:52:52 +00:00
Pedro M. Baeza
5c3fca0aed
Merge pull request #1000 from Tecnativa/15.0-copier
[15.0][FIX] Update copier template
2022-11-16 20:52:31 +01:00
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