Commit Graph

137 Commits (f58cefa1fd2eb64668953faa74235aa21824cda2)

Author SHA1 Message Date
Damien Bouvy f58cefa1fd [MIG] mail_attach_existing_attachment: Migrated to 10.0 2018-06-13 17:46:55 +02:00
Pedro M. Baeza 5772b2f0e6 [MIG] Make modules uninstallable and Rename manifest files 2018-06-13 17:46:55 +02:00
OCA Transbot dc658a238e OCA Transbot updated translations from Transifex 2018-06-13 17:46:55 +02:00
Stéphane Bidoul (ACSONE) fe30dd3bd4 [FIX] remove en.po that was erroneously created by transbot 2018-06-13 17:46:55 +02:00
OCA Transbot 314a49b746 OCA Transbot updated translations from Transifex 2018-06-13 17:46:55 +02:00
Sergio Teruel Albert 1850047246 [MIG][9.0] mail_attach_existing_attachment: Module migrated (#68)
* [MIG][9.0] mail_attach_existing_attachment: Module migrated
2018-06-13 17:46:55 +02:00
Pedro M. Baeza 9a810793d4 [MIG] Make modules uninstallable 2018-06-13 17:46:55 +02:00
OCA Transbot e6ff006341 OCA Transbot updated translations from Transifex 2018-06-13 17:46:55 +02:00
Adrien Peiffer (ACSONE) 4a70cb3e15 [IMP][mail_attach_existing_attachment] Change module name 2018-06-13 17:46:55 +02:00
Pedro M. Baeza cdc9394a81
Merge pull request #282 from Tecnativa/11.0-mig-base_search_mail_content
[MIG] base_search_mail_content: Migration to 11.0
2018-06-13 14:42:27 +02:00
cubells fee986fb7a [MIG] base_search_mail_content: Migration to 11.0 2018-06-13 14:30:09 +02:00
Pedro M. Baeza 9815862c37
Merge pull request #279 from Tecnativa/11.0-mig-mass_mailing_custom_unsubscribe
[WIP][MIG] mass_mailing_custom_unsubscribe: Migration to 11.0
2018-06-13 10:23:28 +02:00
David 41c5f6dbe5 [MIG] mass_mailing_custom_unsubscribe: Migration to 11.0 2018-06-12 17:41:03 +02:00
OCA Transbot 81f3eadc02 OCA Transbot updated translations from Transifex 2018-06-12 16:31:47 +02:00
mreficent 9e3726a179 [MIG] base_search_mail_content: Migration to 10.0 2018-06-12 16:31:47 +02:00
OCA Transbot 2e14dc115c OCA Transbot updated translations from Transifex 2018-06-12 16:31:47 +02:00
darshan-serpent 75a89974ef [IMP] advanced search for negative expression 2018-06-12 16:31:47 +02:00
ahenriquez c5c309d111 [IMP] search by email_from and reply_to
Introduce search of html fields
Create indexes
Update Readme
2018-06-12 16:31:47 +02:00
darshan-serpent 988777a051 [ADD] renamed module to base_search_mail_content 2018-06-12 16:31:47 +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
Pedro M. Baeza c631f91b52
Merge pull request #280 from Tecnativa/11.0-PR-mail_tracking_mailgun-sudo-parameter
[11.0][FIX] mail_tracking_mailgun: Read config parameters with sudo
2018-05-30 10:43:54 +02:00
Sergio Teruel Albert 0d24374876 [11.0][FIX] mail_tracking_mailgun: Read config parameters with sudo 2018-05-30 10:22:19 +02:00
OCA Git Bot 8b976d2a54 [ADD] setup.py 2018-05-16 05:27:57 +02:00
Pedro M. Baeza 057aa7bb65
Merge pull request #250 from celm1990/11.0-mig-email_template_qweb
[11][MIG] email_template_qweb: Migration to 11.0
2018-05-15 16:57:27 +02:00
celm1990 80436ac23e [11][MIG] email_template_qweb: Migration to 11.0 2018-05-15 16:33:44 +02:00
OCA Transbot 731d0311b7 OCA Transbot updated translations from Transifex 2018-05-15 16:33:44 +02:00
Pedro M. Baeza 67a4bab110 [FIX] email_template_qweb: Decode body when encoded
If the result is of type unicode, render method encodes it in utf-8.
We need to decode it in that case so that the rendering results correct.
2018-05-15 16:33:44 +02:00
Damien Bouvy 33c06448a7 [MIG] email_template_qweb: Migrated to 10.0 2018-05-15 16:33:43 +02:00
Laurent Mignon (ACSONE) 55fa0d078e [FIX] Call to generate_email can be done with a list of ids or only one id (#65)
fixes #64
2018-05-15 16:33:09 +02:00
Dave Lasley 9b83f6f182 [ADD] email_template_qweb 2018-05-15 16:33:09 +02:00
Pedro M. Baeza 0311dfda03
Merge pull request #270 from Tecnativa/11.0-fix-mail_tracking_mailgun-partner-form
[FIX] mail_trackin_mailgun: partner form
2018-05-11 18:09:10 +02:00
David 6b924706c7 [FIX] mail_trackin_mailgun: partner form
- Some res.partner form fields were not properly render due to this
module inherited view.
2018-05-11 17:31:38 +02:00
OCA Git Bot 8b268c9edf [ADD] setup.py 2018-05-10 05:22:50 +02:00
David Vidal 9d5d1bcbbc [FIX] mail_tracking_mailgun: json.load() won't swallow bytes (#269)
- json.load() in python under 3.6 doesn't support binary input.
- https://docs.python.org/3/whatsnew/3.6.html#json
- This way, we let requests to decode the response itself.
2018-05-09 21:28:41 +02:00
Pedro M. Baeza 6a65b4a997
Merge pull request #268 from Tecnativa/11.0-mig-mail_tracking_mailgun
[MIG] mail_tracking_mailgun: Migration to 11.0
2018-05-09 09:35:43 +02:00
OCA Git Bot c966351e78 [ADD] setup.py 2018-05-09 05:23:08 +02:00
David bf68b260a3 [MIG] mail_tracking_mailgun: Migration to 11.0 2018-05-08 18:26:49 +02:00
OCA Transbot e4b1fd7583 OCA Transbot updated translations from Transifex 2018-05-08 18:26:49 +02:00
David 7f9dccdd05 [IMP] mail_tracking_mailgun: validation auto check
- Configurable partner email auto check.
2018-05-08 18:26:49 +02:00