Commit Graph

22 Commits (1c696352d5346c535465b3e1066949337d7e8e16)

Author SHA1 Message Date
Denis Roussel c999f646f2 [UPD] Switch to Github Actions/pre-commit 2023-04-24 08:34:57 +02:00
Alexandre Díaz 923debe5d9 [FIX] mail_tracking: Changed injection method for 'failed_message_ids' field
Before this commit, some methods with views crashes trying to
process 'failed_message_ids' field.
After this commit the 'failed_message_ids' field description
is properly generated.
2019-12-16 14:47:14 +01:00
OCA-git-bot cf2767beb3 mail_tracking 11.0.3.2.0 2019-11-07 08:44:07 +00:00
OCA-git-bot a5e7182851 mail_tracking 11.0.3.1.1 2019-11-05 12:34:11 +00:00
OCA-git-bot 4b1ce81735 mail_tracking 11.0.3.1.0 2019-10-22 08:18:54 +00:00
OCA-git-bot 63ef7db109 mail_tracking 11.0.3.0.1 2019-10-17 12:42:06 +00:00
OCA-git-bot 22513f987a mail_tracking 11.0.3.0.0 2019-10-13 22:33:33 +00:00
Alexandre Díaz 75b966269b [IMP] mail_tracking: Failed Messages (Discuss & View) 2019-10-13 21:55:27 +02:00
OCA-git-bot 84ccae5190 mail_tracking 11.0.2.1.1 2019-08-27 11:50:42 +00:00
OCA-git-bot af4245848e mail_tracking 11.0.2.1.0 2019-08-22 10:32:55 +00:00
Pedro M. Baeza a91346d0b7 [FIX] mail_tracking: Show correctly blank image
Bad P2 > P3 conversion
2019-07-24 12:39:27 +02:00
OCA-git-bot 2890a14b40 mail_tracking 11.0.2.0.1 2019-07-22 17:06:18 +00:00
OCA-git-bot 96bbc1e6c6 mail_tracking 11.0.2.0.0 2019-07-11 17:55:55 +00:00
David ea04357131 [FIX] mail_tracking: wrong bounced partner
- Partner get bounced when his associated email is in a hard bounced
tracking. It didn't matter if the hard bounce event was solved in that
recipient later and leaded to an increasing number of false positives.
- We also use the email_bounced_set() method to get the whole bounce
info in case positive.
2018-12-11 11:27:07 +01:00
David Vidal 361db61677 [IMP] mail_tracking: email score performance (#299) 2018-09-06 11:24:20 +02:00
David bae9999b19 [MIG] mail_tracking: Migration to 11.0 2018-05-07 10:22:39 +01:00
Emanuel Cino 150d0d060c [FIX] mail_tracking js could break other modules using chat_manager 2018-05-07 10:22:39 +01:00
eLBati 4173794526 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
2018-05-07 10:22:39 +01:00
Antonio Espinosa 9c2236056d [FIX] mail_tracking: bugfixes (#199)
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
2018-05-07 10:22:39 +01:00
Antonio Espinosa 83242949d7 Add access to portal/public user to his own email trackings 2018-05-07 10:22:39 +01:00
Damien Bouvy 2cb4a5b628 [MIG] mail_tracking: Migrated to 10.0 2018-05-07 10:22:39 +01:00
Pedro M. Baeza a4aab202bf [MIG] Make modules uninstallable 2018-05-07 10:22:39 +01:00