Commit Graph

380 Commits (2f2cafb4ce17a296e56db4c2f0f569de784f2c6c)

Author SHA1 Message Date
Pedro M. Baeza 3d485a4db8
Merge pull request #351 from Tecnativa/12.0-mig-base_search_mail_content
12.0 mig base_search_mail_content
2019-03-08 01:04:01 +01:00
ernesto 435d686f50 [MIG] base_search_mail_content: Migration to 12.0 2019-03-07 18:12:19 -05:00
hveficent 9da49fb442 [11.0][FIX] base_search_mail_content: Move message content search to last position 2019-03-07 18:11:58 -05:00
OCA Transbot 483cb8487f Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-03-07 18:11:58 -05:00
oca-travis 093c4b28f1 [UPD] Update base_search_mail_content.pot 2019-03-07 18:11:58 -05:00
OCA Git Bot f0df39d9ed [UPD] README.rst 2019-03-07 18:11:58 -05:00
c2cdidier 8b0a40c8af Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (4 of 4 strings)

Translation: social-11.0/social-11.0-base_search_mail_content
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-base_search_mail_content/fr/
2019-03-07 18:11:58 -05:00
OCA Git Bot 8406618255 [UPD] README.rst 2019-03-07 18:11:58 -05:00
oca-travis 284c33602c [UPD] Update base_search_mail_content.pot 2019-03-07 18:11:58 -05:00
cubells 6f618c7bfb [MIG] base_search_mail_content: Migration to 11.0 2019-03-07 18:11:58 -05:00
OCA Transbot 6755a61a20 OCA Transbot updated translations from Transifex 2019-03-07 18:11:58 -05:00
mreficent 57a6f24f2f [MIG] base_search_mail_content: Migration to 10.0 2019-03-07 18:11:58 -05:00
OCA Transbot ba1a5e31e8 OCA Transbot updated translations from Transifex 2019-03-07 18:11:58 -05:00
darshan-serpent 674f3f2def [IMP] advanced search for negative expression 2019-03-07 18:11:58 -05:00
ahenriquez 83b95f803d [IMP] search by email_from and reply_to
Introduce search of html fields
Create indexes
Update Readme
2019-03-07 18:11:58 -05:00
darshan-serpent e64bc2395e [ADD] renamed module to base_search_mail_content 2019-03-07 18:11:58 -05:00
oca-travis 51486fb0d5 [UPD] Update mail_tracking_mass_mailing.pot 2019-03-07 09:51:41 +00:00
oca-travis 2bf5a7a96b [UPD] Update mail_tracking_mailgun.pot 2019-03-07 09:51:40 +00:00
OCA-git-bot 83ef6eef30 [ADD] setup.py 2019-03-07 09:25:33 +00:00
ernesto 2acfb25430 [MIG] mail_tracking_mass_mailing: Migration to 12.0 2019-03-07 09:25:27 +00:00
OCA Git Bot e32a7d19cb [UPD] README.rst 2019-03-07 09:25:27 +00:00
oca-travis c267b4a776 [UPD] Update mail_tracking_mass_mailing.pot 2019-03-07 09:25:27 +00:00
Pedro M. Baeza b1c2f30ebb [MIG] mail_tracking_mass_mailing: Migration to 11.0
* Standard procedure
* Adapt tests
* New README by fragments
2019-03-07 09:25:27 +00:00
oca-travis ec395dcefc [UPD] Update mail_tracking_mass_mailing.pot 2019-03-07 09:25:27 +00:00
Jairo Llopis 281adea4df [FIX] mail_tracking_mass_mailing: Integration tests (#258)
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
2019-03-07 09:25:27 +00:00
OCA Transbot 2c060824f3 OCA Transbot updated translations from Transifex 2019-03-07 09:25:27 +00:00
David Vidal 945dc9f8e3 [10.0] mail_tracking_mass_mailing: Migration to 10.0 2019-03-07 09:25:27 +00:00
OCA Transbot 85f163d17b OCA Transbot updated translations from Transifex 2019-03-07 09:25:27 +00:00
cubells f65fe96565 mail_tracking_mass_mailing module 2019-03-07 09:25:27 +00:00
OCA Transbot 7e3115d3b9 OCA Transbot updated translations from Transifex 2019-03-07 09:25:27 +00:00
Antonio Espinosa 75024861a7 mail_tracking_mass_mailing (#78)
[ADD] mail_tracking_mass_mailing

==============================
Mail tracking for mass mailing
==============================

Links mail statistics objects with mail tracking objects.

Installation
============

This addon will be automatically installed when 'mail_tracking' and
'mass_mailing' are both installed

Usage
=====

From mail statistic object, you can see:
- Email tracking state
- Email related tracking object
- Email related tracking events

From mass mailing contact, you can see:
- Email score, in order to clean up your lists from bad score emails

As a bonus feature, you have a new checkbox 'Avoid resend' in mass mailing,
in order to not send twice the same email to the same recipient. This is very
useful when you want to resend the mass mailing after changing selection
recipients. Notice that recipient selection could be a domain over a model, so
result ids could change over the time. With this flag you can send
the same email several times but only once to each recipient.
2019-03-07 09:25:27 +00:00
OCA-git-bot 3e5dac857b [ADD] setup.py 2019-03-07 09:25:01 +00:00
ernesto 8783e4f6f1 [MIG] mail_tracking_mailgun: Migration to 12.0 2019-03-07 09:24:55 +00:00
oca-travis bc5211c300 [UPD] Update mail_tracking_mailgun.pot 2019-03-07 09:24:55 +00:00
David 908bde398d [FIX] mail_tracking_mailgun: permissions
- In v11 only admins can read from ir.config_parameter so a sudo() must
be made to be able to get a parameter.
2019-03-07 09:24:55 +00:00
oca-travis 6ae9cf7785 [UPD] Update mail_tracking_mailgun.pot 2019-03-07 09:24:55 +00:00
David 2ab36728b5 [FIX] mail_tracking_mailgun: Validation API url
Besides Mailgun API url changes if the domain zone is in UE, it
remains the same for Validation API.
2019-03-07 09:24:55 +00:00
oca-travis 8c9cad1dbe [UPD] Update mail_tracking_mailgun.pot 2019-03-07 09:24:55 +00:00
David df32385dcb [FIX] mail_tracking_mailgun: alternative domain
- In case the sending domain is different from the one configured in the
mail.domain.catchall setting.
2019-03-07 09:24:55 +00:00
c2cdidier 512be7d277 Translated using Weblate (French)
Currently translated at 16.7% (4 of 24 strings)

Translation: social-11.0/social-11.0-mail_tracking_mailgun
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking_mailgun/fr/
2019-03-07 09:24:55 +00:00
oca-travis 5459233ff0 [UPD] Update mail_tracking_mailgun.pot 2019-03-07 09:24:55 +00:00
Sergio Teruel Albert de1ddbb320 [11.0][FIX] mail_tracking_mailgun: Read config parameters with sudo 2019-03-07 09:24:55 +00:00
David 0603693c92 [FIX] mail_trackin_mailgun: partner form
- Some res.partner form fields were not properly render due to this
module inherited view.
2019-03-07 09:24:55 +00:00
David Vidal 430cb5f4f7 [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.
2019-03-07 09:24:55 +00:00
David 6e1db677c3 [MIG] mail_tracking_mailgun: Migration to 11.0 2019-03-07 09:24:55 +00:00
OCA Transbot 1eeb371f89 OCA Transbot updated translations from Transifex 2019-03-07 09:24:55 +00:00
David 213213c5a0 [IMP] mail_tracking_mailgun: validation auto check
- Configurable partner email auto check.
2019-03-07 09:24:55 +00:00
David 5da0596f9f [FIX] mail_tracking_mailgun: manual sync gets events from other recipients 2019-03-07 09:24:55 +00:00
Pedro M. Baeza d76123c4cd [FIX] mail_tracking_mailgun: Missing error in test 2019-03-07 09:24:55 +00:00
Pedro M. Baeza 78fdbbc4f7 [FIX] mail_tracking_mailgun: Message error on bounce 2019-03-07 09:24:55 +00:00