Addons concerning odoo's social ERP features and messaging in general
 
 
 
Go to file
Jairo Llopis f4ec126a1a [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.
2019-07-22 17:01:07 +00:00
base_search_mail_content Update translation files 2019-05-20 21:03:36 +00:00
email_template_qweb Update translation files 2018-12-29 12:01:47 +00:00
mail_activity_board [UPD] Update mail_activity_board.pot 2019-03-26 05:05:25 +00:00
mail_activity_done [UPD] Update mail_activity_done.pot 2019-06-14 16:06:26 +00:00
mail_activity_partner [ADD] icon.png 2019-04-03 03:23:30 +00:00
mail_activity_team [UPD] README.rst 2019-07-11 16:49:17 +00:00
mail_attach_existing_attachment Update translation files 2018-12-09 13:06:41 +00:00
mail_attach_existing_attachment_account [UPD] Update mail_attach_existing_attachment_account.pot 2019-04-26 15:56:03 +00:00
mail_debrand mail_debrand 12.0.2.0.1 2019-07-20 08:15:33 +00:00
mail_full_expand Update translation files 2019-06-16 11:21:24 +00:00
mail_track_diff_only [ADD] icon.png 2019-04-03 03:23:30 +00:00
mail_tracking Update translation files 2019-07-20 11:19:36 +00:00
mail_tracking_mailgun Update translation files 2019-03-17 13:46:37 +00:00
mail_tracking_mass_mailing Update translation files 2019-03-17 13:46:39 +00:00
mass_mailing_custom_unsubscribe [9.0][MIG][mass_mailing_custom_unsubscribe] Migrate. 2019-07-22 17:01:07 +00:00
mass_mailing_partner Update translation files 2019-06-29 13:48:36 +00:00
mass_mailing_resend Update translation files 2018-12-09 13:06:46 +00:00
mass_mailing_unique Update translation files 2018-12-09 13:06:53 +00:00
setup [ADD] setup.py 2019-07-11 16:49:17 +00:00
website_mass_mailing_name Update translation files 2019-06-29 13:48:37 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:38:47 +02:00
.travis.yml [MIG] .travis.yml: Upgrade to Postgres 9.6 2018-10-01 09:30:34 +02:00
LICENSE [MIG] Add metafiles 2018-09-27 02:38:47 +02:00
README.md [MIG] Add metafiles 2018-09-27 02:38:47 +02:00
oca_dependencies.txt [FIX] oca_dependencies.txt: Remove incorrect branch 2019-04-24 18:37:51 +02:00

README.md

Runbot Status Build Status Coverage Status

Social addons for Odoo

Addons concerning Odoo's social ERP features and messaging in general

Translation Status

Transifex Status