Commit Graph

24 Commits (66bf6bf529d010924e39313d0b1cefdc5ec2b3c3)

Author SHA1 Message Date
OCA Transbot feb791d1ba Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-11-29 08:04:47 +00:00
oca-travis fe3937d9b5 [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-11-02 09:47:12 +00:00
oca-travis acf4f8732f [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-08-10 05:20:39 +00:00
oca-travis d91304899c [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-07-03 19:35:35 +00:00
OCA Git Bot 8a023b538a [UPD] README.rst 2018-06-21 05:32:24 +02:00
oca-travis e42b324c46 [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-06-20 22:21:04 +00:00
ernesto 9f124542a2 mass_mailing_custom_unsubscribe: Fix testing error
Fix assertIn error thrown in testing mode
2018-06-19 13:11:38 -04:00
c2cdidier 7f5d0cfb31 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/
2018-06-19 10:00:44 +00:00
OCA Git Bot 1354cf7fe9 [UPD] README.rst 2018-06-18 05:31:24 +02:00
oca-travis 83ac3d285b [UPD] Update mass_mailing_custom_unsubscribe.pot 2018-06-17 19:58:33 +00:00
Stéphane Bidoul (ACSONE) 3a9c83782e
[FIX] do not use section titles in readme fragments
This creates inconsistency issues when assembling them in the README.
2018-06-16 09:56:30 +02:00
David 41c5f6dbe5 [MIG] mass_mailing_custom_unsubscribe: Migration to 11.0 2018-06-12 17:41:03 +02:00
Jairo Llopis 6627fc8b4a [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.
2018-06-11 16:46:50 +02:00
OCA Transbot 7dfd7db6df OCA Transbot updated translations from Transifex 2018-06-11 16:46:50 +02:00
Jairo Llopis 7e3310d69e [MIG][mass_mailing_custom_unsubscribe] Migrate to v10 2018-06-11 16:46:50 +02:00
OCA Transbot 4d8398be5f OCA Transbot updated translations from Transifex 2018-06-11 16:46:50 +02:00
Jairo Llopis 053d46b53d [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.
2018-06-11 16:46:50 +02:00
Yajo f1aa9907dd [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription (#58)
* [8.0][IMP][mass_mailing_custom_unsubscribe] Get reasons for unsubscription.
2018-06-11 16:46:50 +02:00
Jairo Llopis 5617ff8c1c Add beautier pages for unsubscription process. 2018-06-11 16:46:50 +02:00
Pedro M. Baeza b0a3638211 [MIG] Rename manifest files 2018-06-11 16:46:50 +02:00
Stéphane Bidoul (ACSONE) ebee3e59f2 [FIX] remove en.po that was erroneously created by transbot 2018-06-11 16:46:50 +02:00
Pedro M. Baeza 642eed9c92 [MIG] Make modules uninstallable 2018-06-11 16:46:50 +02:00
OCA Transbot 8e7e712571 OCA Transbot updated translations from Transifex 2018-06-11 16:46:50 +02:00
Antonio Espinosa 2bc83633ea [ADD] mass_mailing_custom_unsubscribe addon 2018-06-11 16:46:50 +02:00