Commit Graph

762 Commits

Author SHA1 Message Date
Weblate
e681d4a59b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-15.0/social-15.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mass_mailing_custom_unsubscribe/
2022-12-20 16:10:45 +00:00
OCA-git-bot
daf7be584d [ADD] setup.py 2022-12-20 14:48:46 +00:00
OCA-git-bot
a98e4a06ea [UPD] README.rst 2022-12-20 14:48:45 +00:00
OCA-git-bot
04bedf7ebd [UPD] addons table in README.md 2022-12-20 14:48:43 +00:00
oca-ci
559d4e06aa [UPD] Update mass_mailing_custom_unsubscribe.pot 2022-12-20 14:44:53 +00:00
OCA-git-bot
0089be731d Merge PR #1031 into 15.0
Signed-off-by pedrobaeza
2022-12-20 14:41:18 +00:00
Ernesto Tejeda
11ecd1dd9a [MIG] mass_mailing_custom_unsubscribe: Migration to 15.0 2022-12-19 11:38:40 +01:00
Ernesto Tejeda
9b7ef0ae19 [MIG] mass_mailing_custom_unsubscribe: Migration to 14.0 2022-12-19 11:38:40 +01:00
Ernesto Tejeda
8ff3bdb743 [IMP] mass_mailing_custom_unsubscribe: black, isort, prettier 2022-12-16 13:13:16 +01:00
david
2543d73274 [FIX] mass_mailing_custom_unsubscribe: contacts model rename
As the mail contacts model is renamed, we need to update the Reference
field data with it.

TT30414
2022-12-16 13:13:16 +01:00
david
a7e866ba7f [IMP] mass_mailing_custom_unsubscribe: chatter permissions
Otherwise only admins can put notes
2022-12-16 13:13:16 +01:00
Jairo Llopis
5c4b0194f4 [IMP] pre-commit run -a 2022-12-16 13:13:16 +01:00
Carlos Roca
8b5f9af06b [FIX] mass_mailing_custom_unsubscribe: Added the changes to avoid the linter warnings 2022-12-16 13:13:16 +01:00
Carlos Roca
fc38567fb2 [MIG] mass_mailing_custom_unsubscribe: Migration to v13.0 2022-12-16 13:13:16 +01:00
Carlos Roca
844c382fe7 [IMP] mass_mailing_custom_unsubscribe: black, isort, prettier 2022-12-16 13:13:16 +01:00
Pedro M. Baeza
9cdbc02cfc [FIX] mass_mailing_custom_unsubscribe: mailing contact contains opt_out
So we need to explicitly opt-out (XD) that model from the new alternative mechanism
for unsubscribing records.
2022-12-16 13:13:16 +01:00
Pedro M. Baeza
c2ac2eb4d4 [ADD] mass_mailing_custom_unsubscribe_event: Allow to unsubscribe discretely from an event
This addon extends the unsubscription process for allowing to unsubscribe
only for an event.

Standard process includes the mail in the general blacklist instead, which
can be very unconvenient.

This includes also the needed changes in the base module `mass_mailing_custom_unsubscribe`.
2022-12-16 13:13:16 +01:00
Matjaz Mozetic
d3aacdfbc2 Translated using Weblate (Slovenian)
Currently translated at 38.8% (33 of 85 strings)

Translation: social-12.0/social-12.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mass_mailing_custom_unsubscribe/sl/
2022-12-16 13:13:16 +01:00
ernesto
42e8dd1e74 [MIG] mass_mailing_custom_unsubscribe: Migration to 12.0 2022-12-16 13:13:16 +01:00
ernesto
10c516473f mass_mailing_custom_unsubscribe: Fix testing error
Fix assertIn error thrown in testing mode
2022-12-16 13:13:16 +01:00
c2cdidier
6c65281a05 Translated using Weblate (French)
Currently translated at 80.0% (44 of 55 strings)

Translation: social-11.0/social-11.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mass_mailing_custom_unsubscribe/fr/
2022-12-16 13:13:16 +01:00
Stéphane Bidoul (ACSONE)
1ce8c6766a [FIX] do not use section titles in readme fragments
This creates inconsistency issues when assembling them in the README.
2022-12-16 13:13:16 +01:00
David
2e416ed4d0 [MIG] mass_mailing_custom_unsubscribe: Migration to 11.0 2022-12-16 13:13:16 +01:00
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