Commit Graph

22 Commits (16.0)

Author SHA1 Message Date
Rodrigo Macedo 770b6ed0b2 Translated using Weblate (Portuguese (Brazil))
Currently translated at 20.0% (17 of 85 strings)

Translation: social-16.0/social-16.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_custom_unsubscribe/pt_BR/
2024-05-23 01:20:18 +00:00
mymage 907d522afa Translated using Weblate (Italian)
Currently translated at 100.0% (85 of 85 strings)

Translation: social-16.0/social-16.0-mass_mailing_custom_unsubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_custom_unsubscribe/it/
2024-03-05 16:35:06 +00:00
oca-ci fbad5371cd [UPD] Update mass_mailing_custom_unsubscribe.pot 2024-03-01 07:38:36 +00:00
Weblate d7dc8a43c9 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/
2024-03-01 07:59:51 +01:00
Ivorra78 ec2c5b108d Translated using Weblate (Spanish)
Currently translated at 100.0% (86 of 86 strings)

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/es/
2024-03-01 07:59:51 +01:00
mymage 20d313c5aa Translated using Weblate (Italian)
Currently translated at 29.0% (25 of 86 strings)

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/it/
2024-03-01 07:59:51 +01:00
Weblate 33902b7a0f 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/
2024-03-01 07:59:51 +01:00
Ernesto Tejeda 91931acb61 [MIG] mass_mailing_custom_unsubscribe: Migration to 15.0 2024-03-01 07:59:51 +01:00
Ernesto Tejeda f79540feed [MIG] mass_mailing_custom_unsubscribe: Migration to 14.0 2024-03-01 07:59:51 +01:00
Carlos Roca c2008c9f04 [FIX] mass_mailing_custom_unsubscribe: Added the changes to avoid the linter warnings 2024-03-01 07:59:51 +01:00
Carlos Roca 9f70b43779 [MIG] mass_mailing_custom_unsubscribe: Migration to v13.0 2024-03-01 07:59:51 +01:00
Pedro M. Baeza 53f2cc63df [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.
2024-03-01 07:59:51 +01:00
Matjaz Mozetic 529e9745db 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/
2024-03-01 07:59:51 +01:00
ernesto 6ff06ded6a [MIG] mass_mailing_custom_unsubscribe: Migration to 12.0 2024-03-01 07:59:51 +01:00
ernesto 97a958cc1f mass_mailing_custom_unsubscribe: Fix testing error
Fix assertIn error thrown in testing mode
2024-03-01 07:59:51 +01:00
c2cdidier 072a8d47af 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/
2024-03-01 07:59:51 +01:00
Stéphane Bidoul (ACSONE) 6e37db74a2 [FIX] do not use section titles in readme fragments
This creates inconsistency issues when assembling them in the README.
2024-03-01 07:59:51 +01:00
Jairo Llopis b91e56c83d [MIG][mass_mailing_custom_unsubscribe] Migrate to v10 2024-03-01 07:59:51 +01:00
Jairo Llopis 8bc677f551 [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.
2024-03-01 07:59:51 +01:00
Yajo e4046fb0a5 [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription ()
* [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription.
2024-03-01 07:59:51 +01:00
Stéphane Bidoul (ACSONE) 0589346550 [FIX] remove en.po that was erroneously created by transbot 2024-03-01 07:59:51 +01:00
Antonio Espinosa 80c13eaa14 [ADD] mass_mailing_custom_unsubscribe addon 2024-03-01 07:59:51 +01:00