-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][MIG] mass_mailing_custom_unsubscribe: Migration to version 15.0 #1031
[15.0][MIG] mass_mailing_custom_unsubscribe: Migration to version 15.0 #1031
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd1f789 - Browse repository at this point
Copy the full SHA cd1f789View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fa80e - Browse repository at this point
Copy the full SHA b6fa80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20231fc - Browse repository at this point
Copy the full SHA 20231fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca01a85 - Browse repository at this point
Copy the full SHA ca01a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b72b82 - Browse repository at this point
Copy the full SHA 1b72b82View commit details -
[8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscri…
…ption (OCA#58) * [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription.
Configuration menu - View commit details
-
Copy full SHA for aa7e32c - Browse repository at this point
Copy the full SHA aa7e32cView commit details -
[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 odoo/odoo#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.
Configuration menu - View commit details
-
Copy full SHA for 708780c - Browse repository at this point
Copy the full SHA 708780cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a1c99 - Browse repository at this point
Copy the full SHA 70a1c99View commit details -
[IMP] mass_mailing_custom_unsubscribe: GDPR compliance (OCA#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.
Configuration menu - View commit details
-
Copy full SHA for 0d1b3a4 - Browse repository at this point
Copy the full SHA 0d1b3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e416ed - Browse repository at this point
Copy the full SHA 2e416edView commit details -
[FIX] do not use section titles in readme fragments
This creates inconsistency issues when assembling them in the README.
Configuration menu - View commit details
-
Copy full SHA for 1ce8c67 - Browse repository at this point
Copy the full SHA 1ce8c67View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 6c65281 - Browse repository at this point
Copy the full SHA 6c65281View commit details -
mass_mailing_custom_unsubscribe: Fix testing error
Fix assertIn error thrown in testing mode
Configuration menu - View commit details
-
Copy full SHA for 10c5164 - Browse repository at this point
Copy the full SHA 10c5164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e8dd1 - Browse repository at this point
Copy the full SHA 42e8dd1View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for d3aacdf - Browse repository at this point
Copy the full SHA d3aacdfView commit details -
[ADD] mass_mailing_custom_unsubscribe_event: Allow to unsubscribe dis…
…cretely 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`.
Configuration menu - View commit details
-
Copy full SHA for c2ac2eb - Browse repository at this point
Copy the full SHA c2ac2ebView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 9cdbc02 - Browse repository at this point
Copy the full SHA 9cdbc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 844c382 - Browse repository at this point
Copy the full SHA 844c382View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc38567 - Browse repository at this point
Copy the full SHA fc38567View commit details -
[FIX] mass_mailing_custom_unsubscribe: Added the changes to avoid the…
… linter warnings
Configuration menu - View commit details
-
Copy full SHA for 8b5f9af - Browse repository at this point
Copy the full SHA 8b5f9afView commit details -
Jairo Llopis authored and Ernesto Tejeda committed
Dec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 5c4b019 - Browse repository at this point
Copy the full SHA 5c4b019View commit details -
[IMP] mass_mailing_custom_unsubscribe: chatter permissions
Otherwise only admins can put notes
Configuration menu - View commit details
-
Copy full SHA for a7e866b - Browse repository at this point
Copy the full SHA a7e866bView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 2543d73 - Browse repository at this point
Copy the full SHA 2543d73View commit details -
[IMP] mass_mailing_custom_unsubscribe: black, isort, prettier
Ernesto Tejeda committedDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ff3bdb - Browse repository at this point
Copy the full SHA 8ff3bdbView commit details
Commits on Dec 19, 2022
-
[MIG] mass_mailing_custom_unsubscribe: Migration to 14.0
Ernesto Tejeda committedDec 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 9b7ef0a - Browse repository at this point
Copy the full SHA 9b7ef0aView commit details -
[MIG] mass_mailing_custom_unsubscribe: Migration to 15.0
Ernesto Tejeda committedDec 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 11ecd1d - Browse repository at this point
Copy the full SHA 11ecd1dView commit details