Commit Graph

739 Commits

Author SHA1 Message Date
Jairo Llopis
0d1b3a499e [IMP] mass_mailing_custom_unsubscribe: GDPR compliance (#267)
* [IMP] mass_mailing_custom_unsubscribe: GDPR compliance

- Record resubscriptions too.
- Record action metadata.
- Make ESLint happy.
- Quick color-based action distinction in tree view.
- Add useful quick groupings.
- Display (un)subscription metadata.
- Pivot & graph views.
2022-12-16 13:13:16 +01:00
Jairo Llopis
70a1c997ac [MIG][mass_mailing_custom_unsubscribe] Migrate to v10 2022-12-16 13:13:16 +01:00
Jairo Llopis
708780cab9 [9.0][MIG][mass_mailing_custom_unsubscribe] Migrate.
- Imported last updates from v8.
- Adapted to v9.
- Added a saner default to `mass_mailing.salt` configuration parameter by
  reusing `database.secret` if available, hoping that some day
  https://github.com/odoo/odoo/pull/12040 gets merged.
- Updated README.
- Increase security, drop backwards compatibility.
  Security got improved upstream, which would again break compatibility among current addon and future master upstream.
  I choose to break it now and keep it secured future-wise, so I drop the backwards compatibility features.
- Includes tour tests.
- Removes outdated tests.
- Extends the mailing list management form when unsubscriber is a contact.
- Adds a reason form even if he is not.
- Avoids all methods that were not model-agnostic.

[FIX][mass_mailing_custom_unsubscribe] Reasons noupdate

After this fix, when you update the addon, you will not lose your customized reasons.

[FIX] Compatibilize with mass_mailing_partner

Current test code was based on the assumption that the `@api.model` decorator on `create()` ensured an empty recordset when running the method, but that's not true. This was causing an incompatibility betwee these tests and the `mass_mailing_partner` addon, which works assuming 0-1 recordsets.

Now records are created from an empty recordset, and thus tests work everywhere.

Update instructions

If the user does not add the unsubscribe snippet, nothing will happen, so it's added to README to avoid confusion when testing/using the addon.

[FIX] Use the right operator to preserve recordsets order

Using `|=` sorts records at will each time (treating them as Python's `set`).
Using `+=` always appends a record to the end of the set.
Since we are using the record position in the set, this caused the test to work sometimes and fail other times. Now it works always.
2022-12-16 13:13:16 +01:00
Yajo
aa7e32c2b1 [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription (#58)
* [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription.
2022-12-16 13:13:16 +01:00
Jairo Llopis
1b72b82749 Add beautier pages for unsubscription process. 2022-12-16 13:13:16 +01:00
Pedro M. Baeza
ca01a85a12 [MIG] Rename manifest files 2022-12-16 13:13:16 +01:00
Stéphane Bidoul (ACSONE)
20231fc895 [FIX] remove en.po that was erroneously created by transbot 2022-12-16 13:13:16 +01:00
Pedro M. Baeza
b6fa80e732 [MIG] Make modules uninstallable 2022-12-16 13:13:16 +01:00
Antonio Espinosa
cd1f789155 [ADD] mass_mailing_custom_unsubscribe addon 2022-12-16 13:13:16 +01:00
Weblate
0c71daadde Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_quoted_reply/
2022-12-15 20:08:39 +00:00
OCA-git-bot
bcaad6cc07 [ADD] setup.py 2022-12-15 16:28:10 +00:00
OCA-git-bot
dcf7ed0a69 [UPD] README.rst 2022-12-15 16:28:10 +00:00
OCA-git-bot
b2013b1154 [UPD] addons table in README.md 2022-12-15 16:28:07 +00:00
oca-ci
413f57cbe1 [UPD] Update mail_quoted_reply.pot 2022-12-15 16:25:13 +00:00
OCA-git-bot
bda52d7a6c Merge PR #980 into 15.0
Signed-off-by etobella
2022-12-15 16:22:19 +00:00
OCA-git-bot
e00c5e2568 [UPD] addons table in README.md 2022-12-14 10:45:52 +00:00
OCA-git-bot
053038bc97 mail_notification_custom_subject 15.0.1.0.2 2022-12-14 10:45:48 +00:00
OCA-git-bot
14c6ce8999 [UPD] README.rst 2022-12-14 10:45:47 +00:00
OCA-git-bot
27a3d5b3a4 Merge PR #1027 into 15.0
Signed-off-by yajo
2022-12-14 10:42:00 +00:00
Eduardo De Miguel
e373d416d5 [FIX] mail_notification_custom_subject: Use same approach as Odoo when selecting subtype_id 2022-12-14 11:32:59 +01:00
jb
c1f1560da0 [FIX] mail_quoted_reply: add line breaks before block quote 2022-12-13 11:30:20 +01:00
Lois Rilo
52f2966e19 [FIX] mail_quoted_reply: avoid access right errors when reading action. 2022-12-13 10:18:29 +01:00
jabelchi
abcddf9c99 Translated using Weblate (Spanish)
Currently translated at 100.0% (8 of 8 strings)

Translation: social-14.0/social-14.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_quoted_reply/es/
2022-12-13 10:18:29 +01:00
jabelchi
b51e7ca75a Translated using Weblate (Catalan)
Currently translated at 100.0% (8 of 8 strings)

Translation: social-14.0/social-14.0-mail_quoted_reply
Translate-URL: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_quoted_reply/ca/
2022-12-13 10:18:29 +01:00
jabelchi
5e464db654 Added translation using Weblate (Spanish) 2022-12-13 10:18:29 +01:00
jabelchi
49a474f44b Added translation using Weblate (Catalan) 2022-12-13 10:18:29 +01:00
OCA-git-bot
232ad189ea [UPD] README.rst 2022-12-13 10:18:29 +01:00
oca-travis
4f2c703ccb [UPD] Update mail_quoted_reply.pot 2022-12-13 10:18:29 +01:00
jb
59ef84c8ec [MIG] mail_quoted_reply: Migration to 15.0 2022-12-13 10:18:29 +01:00
jb
0eb189f1c4 [MIG] mail_quoted_reply: Migration to 14.0 2022-12-13 10:18:29 +01:00
OCA-git-bot
e14f90796c [UPD] README.rst 2022-12-13 10:18:29 +01:00
oca-ci
465e5b927f [UPD] Update mail_quoted_reply.pot 2022-12-13 10:18:29 +01:00
Lois Rilo
aede2ed3aa [MIG] mail_quoted_reply: migration to version 13.0 2022-12-13 10:18:29 +01:00
Lois Rilo
1919902772 [IMP] black, isort, prettier 2022-12-13 10:18:29 +01:00
Enric Tobella
45329a2c29 [ADD] mail_quoted_reply 2022-12-13 10:18:29 +01:00
oca-git-bot
a3018b1a16 [IMP] update dotfiles [ci skip] 2022-12-12 00:16:03 +01:00
OCA-git-bot
ae0e972f53 [UPD] addons table in README.md 2022-12-02 10:44:02 +00:00
OCA-git-bot
0b8f856a39 mail_show_follower 15.0.1.2.2 2022-12-02 10:43:58 +00:00
OCA-git-bot
3ae7da4048 [UPD] README.rst 2022-12-02 10:43:57 +00:00
OCA-git-bot
f6837b1a5f [UPD] addons table in README.md 2022-12-02 10:43:54 +00:00
OCA-git-bot
7642acb42a Merge PR #1018 into 15.0
Signed-off-by yajo
2022-12-02 10:40:56 +00:00
Jairo Llopis
ee0ef64318
[BUILD] mail_show_follower: adopt module 2022-12-02 10:35:53 +00:00
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