Pedro M. Baeza
5772b2f0e6
[MIG] Make modules uninstallable and Rename manifest files
8 years ago
OCA Transbot
dc658a238e
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
fe30dd3bd4
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
314a49b746
OCA Transbot updated translations from Transifex
8 years ago
Sergio Teruel Albert
1850047246
[MIG][9.0] mail_attach_existing_attachment: Module migrated ( #68 )
* [MIG][9.0] mail_attach_existing_attachment: Module migrated
9 years ago
Pedro M. Baeza
9a810793d4
[MIG] Make modules uninstallable
9 years ago
OCA Transbot
e6ff006341
OCA Transbot updated translations from Transifex
9 years ago
Adrien Peiffer (ACSONE)
4a70cb3e15
[IMP][mail_attach_existing_attachment] Change module name
9 years ago
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
6 years ago
cubells
fee986fb7a
[MIG] base_search_mail_content: Migration to 11.0
6 years ago
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
6 years ago
David
41c5f6dbe5
[MIG] mass_mailing_custom_unsubscribe: Migration to 11.0
7 years ago
OCA Transbot
81f3eadc02
OCA Transbot updated translations from Transifex
7 years ago
mreficent
9e3726a179
[MIG] base_search_mail_content: Migration to 10.0
7 years ago
OCA Transbot
2e14dc115c
OCA Transbot updated translations from Transifex
8 years ago
darshan-serpent
75a89974ef
[IMP] advanced search for negative expression
8 years ago
ahenriquez
c5c309d111
[IMP] search by email_from and reply_to
Introduce search of html fields
Create indexes
Update Readme
8 years ago
darshan-serpent
988777a051
[ADD] renamed module to base_search_mail_content
8 years ago
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.
7 years ago
OCA Transbot
7dfd7db6df
OCA Transbot updated translations from Transifex
7 years ago
Jairo Llopis
7e3310d69e
[MIG][mass_mailing_custom_unsubscribe] Migrate to v10
7 years ago
OCA Transbot
4d8398be5f
OCA Transbot updated translations from Transifex
9 years ago
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.
8 years ago
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.
8 years ago
Jairo Llopis
5617ff8c1c
Add beautier pages for unsubscription process.
9 years ago
Pedro M. Baeza
b0a3638211
[MIG] Rename manifest files
8 years ago
Stéphane Bidoul (ACSONE)
ebee3e59f2
[FIX] remove en.po that was erroneously created by transbot
8 years ago
Pedro M. Baeza
642eed9c92
[MIG] Make modules uninstallable
9 years ago
OCA Transbot
8e7e712571
OCA Transbot updated translations from Transifex
9 years ago
Antonio Espinosa
2bc83633ea
[ADD] mass_mailing_custom_unsubscribe addon
9 years ago
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
7 years ago
Sergio Teruel Albert
0d24374876
[11.0][FIX] mail_tracking_mailgun: Read config parameters with sudo
7 years ago
OCA Git Bot
8b976d2a54
[ADD] setup.py
7 years ago
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
7 years ago
celm1990
80436ac23e
[11][MIG] email_template_qweb: Migration to 11.0
7 years ago
OCA Transbot
731d0311b7
OCA Transbot updated translations from Transifex
9 years ago
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.
8 years ago
Damien Bouvy
33c06448a7
[MIG] email_template_qweb: Migrated to 10.0
8 years ago
Laurent Mignon (ACSONE)
55fa0d078e
[FIX] Call to generate_email can be done with a list of ids or only one id ( #65 )
fixes #64
9 years ago
Dave Lasley
9b83f6f182
[ADD] email_template_qweb
9 years ago
Pedro M. Baeza
0311dfda03
Merge pull request #270 from Tecnativa/11.0-fix-mail_tracking_mailgun-partner-form
[FIX] mail_trackin_mailgun: partner form
7 years ago
David
6b924706c7
[FIX] mail_trackin_mailgun: partner form
- Some res.partner form fields were not properly render due to this
module inherited view.
7 years ago
OCA Git Bot
8b268c9edf
[ADD] setup.py
7 years ago
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.
7 years ago
Pedro M. Baeza
6a65b4a997
Merge pull request #268 from Tecnativa/11.0-mig-mail_tracking_mailgun
[MIG] mail_tracking_mailgun: Migration to 11.0
7 years ago
OCA Git Bot
c966351e78
[ADD] setup.py
7 years ago
David
bf68b260a3
[MIG] mail_tracking_mailgun: Migration to 11.0
7 years ago
OCA Transbot
e4b1fd7583
OCA Transbot updated translations from Transifex
7 years ago
David
7f9dccdd05
[IMP] mail_tracking_mailgun: validation auto check
- Configurable partner email auto check.
7 years ago
David
92aeb61f39
[FIX] mail_tracking_mailgun: manual sync gets events from other recipients
7 years ago