Addons concerning odoo's social ERP features and messaging in general
 
 
 
Go to file
Jairo Llopis 14a8c47954 [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.
2020-08-24 10:26:34 +02:00
base_search_mail_content Update translation files 2020-08-16 11:40:13 +00:00
email_template_qweb Update translation files 2020-08-16 11:27:27 +00:00
fetchmail_thread_default Update translation files 2020-07-29 10:33:54 +00:00
mail_activity_board mail_activity_board 13.0.1.0.1 2020-07-09 14:17:13 +00:00
mail_activity_done [UPD] Update mail_activity_done.pot 2020-02-10 12:54:12 +00:00
mail_activity_team [UPD] README.rst 2020-03-10 12:58:48 +00:00
mail_debrand Translated using Weblate (French) 2020-08-12 17:59:52 +00:00
mail_inline_css [UPD] README.rst 2020-01-17 15:14:51 +00:00
mail_optional_autofollow Update translation files 2020-01-15 09:25:34 +00:00
mail_outbound_static mail_outbound_static 13.0.1.0.1 2020-07-29 12:57:44 +00:00
mail_restrict_follower_selection mail_restrict_follower_selection 13.0.1.0.2 2020-04-23 15:18:29 +00:00
mail_tracking Update translation files 2020-08-16 11:28:41 +00:00
mail_tracking_mailgun Update translation files 2020-08-16 11:33:16 +00:00
mail_tracking_mass_mailing Update translation files 2020-08-16 11:37:29 +00:00
mass_mailing_custom_unsubscribe [9.0][MIG][mass_mailing_custom_unsubscribe] Migrate. 2020-08-24 10:26:34 +02:00
mass_mailing_list_dynamic Update translation files 2020-08-16 11:40:46 +00:00
mass_mailing_partner Update translation files 2020-08-16 11:31:21 +00:00
mass_mailing_resend Update translation files 2020-02-24 18:25:37 +00:00
setup [ADD] setup.py 2020-07-29 10:33:36 +00:00
.editorconfig [ADD] .editorconfig [ci skip] 2019-11-19 20:28:28 +01:00
.eslintrc pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
.flake8 pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:48:10 +02:00
.isort.cfg [IMP] mail_tracking_mailgun: black, isort 2020-04-02 11:15:51 +02:00
.pre-commit-config.yaml pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
.pylintrc pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
.pylintrc-mandatory pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
.travis.yml [UPD] .travis.yml: Use verbose colored pre-commit [skip ci] 2020-01-31 18:52:28 +01:00
LICENSE pre-commit, black, isort [ci skip] 2019-10-12 12:30:00 +02:00
README.md [UPD] README.md: show translation status from weblate 2020-08-03 10:40:30 +02:00
oca_dependencies.txt [MIG] base_search_mail_content: Migration to 13.0 2020-07-09 23:37:37 -04:00
requirements.txt Add premailer python requirement 2020-01-17 15:10:43 +01:00

README.md

Runbot Status Build Status Coverage Status

Social addons for Odoo

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

Available addons

addon version summary
base_search_mail_content 13.0.1.0.0 Base Search Mail Content
email_template_qweb 13.0.1.0.0 Use the QWeb templating mechanism for emails
fetchmail_thread_default 13.0.1.0.0 Post unkonwn messages to an existing thread
mail_activity_board 13.0.1.0.1 Add Activity Boards
mail_activity_done 13.0.1.0.0 Mail Activity Done
mail_activity_team 13.0.1.0.0 Add Teams to Activities
mail_debrand 13.0.0.0.1 Remove Odoo branding in sent emails
mail_inline_css 13.0.1.0.0 Convert style tags in inline style in your mails
mail_optional_autofollow 13.0.1.0.0 Choose if you want to automatically add new recipients as followers on mail.compose.message
mail_outbound_static 13.0.1.0.1 Allows you to configure the from header for a mail server.
mail_restrict_follower_selection 13.0.1.0.2 Define a domain from which followers can be selected
mail_tracking 13.0.1.0.4 Email tracking system for all mails sent
mail_tracking_mailgun 13.0.1.0.0 Mail tracking and Mailgun webhooks integration
mail_tracking_mass_mailing 13.0.1.0.0 Improve mass mailing email tracking
mass_mailing_list_dynamic 13.0.1.0.0 Mass mailing lists that get autopopulated
mass_mailing_partner 13.0.1.0.1 Link partners with mass-mailing
mass_mailing_resend 13.0.1.0.0 Resend mass mailings

Translation Status

Translation status