Pedro M. Baeza
007d8ada83
[FIX] mail_tracking: Don't call write inside other write
Or infinite recursions will happen on other `write` overwrites, like the one that happens
on `mass_mailing_partner`.
5 years ago
ernesto
9f6d72034f
[MIG] mail_tracking: Migration to 12.0
6 years ago
David Vidal
29b465365f
[IMP] mail_tracking: email score performance ( #299 )
6 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
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
Antonio Espinosa
2b9556f029
Add access to portal/public user to his own email trackings
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
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
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
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