OCA Transbot
8d6e179448
OCA Transbot updated translations from Transifex
8 years ago
Antonio Espinosa
e584ea9854
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.
8 years ago
oca-travis
095ca28dc0
[UPD] Update mail_tracking.pot
6 years ago
OCA-git-bot
f6329447ce
[ADD] setup.py
6 years ago
Pedro M. Baeza
74e81c2fd7
Merge pull request #318 from Tecnativa/12.0-mig-mail_tracking
12.0 mig mail_tracking
6 years ago
ernesto
9f6d72034f
[MIG] mail_tracking: Migration to 12.0
6 years ago
OCA Transbot
51746a68f5
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
50bff2e3db
[UPD] Update email_template_qweb.pot
6 years ago
OCA-git-bot
2e49d5b63c
[ADD] setup.py
6 years ago
OCA-git-bot
c28b89d0c0
[UPD] README.rst
6 years ago
Pedro M. Baeza
6ed59e47d1
Merge pull request #341 from Tecnativa/12.0-mig-email_template_qweb
12.0 mig email_template_qweb
6 years ago
eduardgm
e2acd62923
Translated using Weblate (Catalan)
Currently translated at 96.3% (79 of 82 strings)
Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/ca/
6 years ago
Pedro M. Baeza
a60910f51a
[IMP] mail_tracking: Put button box at the end of the view
For giving more priority to other buttons like the invoices one.
6 years ago
Piotr Kowalski
7950f852b8
Fix README.rst images not visible in GitHub and Odoo
Closes #303
6 years ago
David Vidal
29b465365f
[IMP] mail_tracking: email score performance ( #299 )
6 years ago
c2cdidier
84a78c20e2
Translated using Weblate (French) [ci skip]
Currently translated at 100.0% (82 of 82 strings)
Translation: social-11.0/social-11.0-mail_tracking
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking/fr/
7 years ago
oca-travis
cb209046d8
[UPD] Update mail_tracking.pot
7 years ago
David
0fd2b031ef
[MIG] mail_tracking: Migration to 11.0
7 years ago
Emanuel Cino
9365804a27
[FIX] mail_tracking js could break other modules using chat_manager
7 years ago
eLBati
3f490609c5
IMP mail_tracking performances
On our server,
queries based on "mail_tracking_event"."tracking_email_id" improved from 501,924 ms to 1,840 ms
queries based on "mail_tracking_email"."mail_message_id" improved from 167,436 ms to 3,223 ms
The last ones are run several times when a thread has many messages
7 years ago
OCA Transbot
9aca8f5141
OCA Transbot updated translations from Transifex
7 years ago
Antonio Espinosa
0c02f4bab5
[FIX] mail_tracking: bugfixes ( #199 )
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
7 years ago
Carlos Dauden
0994ada510
[9.0][IMP] mail_tracking: Improve view with error details
8 years ago
OCA Transbot
8773d8234f
OCA Transbot updated translations from Transifex
7 years ago
David Vidal
418b0074d7
[IMP] Shut mock exceptions up
7 years ago
OCA Transbot
82637135ca
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
ecb876f911
[FIX] mail_tracking: Obtain outgoing server with sudo
As regular users can't access this object.
8 years ago
OCA Transbot
f9502bf885
OCA Transbot updated translations from Transifex
8 years ago
Juan Jose Scarafia
e87e745d62
[FIX][9.0] partner buttons view on enterprise
8 years ago
Antonio Espinosa
1ff5644808
[FIX] Sender label is repeated in search fields
8 years ago
Antonio Espinosa
57217b8549
[9.0][FIX][mail_tracking] Control exception when mail_message was removed ( #132 )
8 years ago
Antonio Espinosa
7740941b17
[8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce ( #133 )
8 years ago
OCA Transbot
93157a5319
OCA Transbot updated translations from Transifex
8 years ago
Antonio Espinosa
2b9556f029
Add access to portal/public user to his own email trackings
8 years ago
Antonio Espinosa
7f6bc7a45f
[IMP] mail_tracking: Allow to define a custom mail_tracking base url
8 years ago
Antonio Espinosa
7f4e369d53
[IMP] mail_tracking performance and bounce process ( #103 )
8 years ago
Damien Bouvy
9bb2e239b7
[MIG] mail_tracking: Migrated to 10.0
8 years ago
Pedro M. Baeza
6c34424034
[MIG] Make modules uninstallable
8 years ago
Pedro M. Baeza
e2f4f722fc
[FIX] mail_tracking: Typo
8 years ago
OCA Transbot
dc57c4608a
OCA Transbot updated translations from Transifex
8 years ago
Antonio Espinosa
5b01c956be
[MIG] mail_tracking
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
8 years ago
Antonio Espinosa
a7fac21db8
[FIX] Update email_score when email changes
8 years ago
Antonio Espinosa
e2a97e25fe
[8.0][IMP][mail_tracking] Speed installation time and discard concurrent events ( #82 )
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
8 years ago
OCA Transbot
66426ba875
OCA Transbot updated translations from Transifex
9 years ago
Antonio Espinosa
bc83763427
[8.0][ADD] mail_tracking addon ( #67 )
* [ADD] mail_tracking addon
* Add description icon
* Fixes remarked
* Fix Travis error
* Remarks fixed
9 years ago
ernesto
833d652446
[MIG] email_template_qweb: Migration to 12.0
6 years ago
oca-travis
5d1fead96a
[UPD] Update email_template_qweb.pot
7 years ago
celm1990
0d390c9a0f
[11][MIG] email_template_qweb: Migration to 11.0
7 years ago
OCA Transbot
bd567b348c
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
1f974e6b82
[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