Commit Graph

10 Commits (08017188abdd9b78bb9aef2c1f1844117e40f33c)

Author SHA1 Message Date
Uku Lagle b380278fb1 [FIX] mail_tracking: do not warn not found if already opened
The state will be 'opened' after first time email is opened. Each
successive open triggered warning, because state was already 'opened'
and thus did not match domain state in (sent, delivered).

Forward-port #d9ad3464
2020-04-01 12:43:21 +03:00
Alexandre Díaz c16bb47d6f [IMP] mail_tracking: black, isort 2020-02-05 16:34:45 +01:00
Alexandre Díaz 29905e66f9 [IMP] mail_tracking: Failed Messages to 12.0 2020-02-05 14:57:34 +01:00
David cea7f76c8e [IMP] mail_tracking: mail.thread filter for tracking errors
- Any model inheriting from mail.thread will have a filter available to
obtain records with errors in their messages trackings.
- The messages can be marked as done to avoid false positives when the
issues are solved.
2020-02-05 14:57:34 +01:00
Pedro M. Baeza e4264967f1 [FIX] mail_tracking: Show correctly blank image
Bad P2 > P3 conversion
2020-02-05 14:57:34 +01:00
David 8f30f4daa9 [MIG] mail_tracking: Migration to 11.0 2020-02-05 14:57:34 +01:00
Antonio Espinosa c02aa2b5bb [IMP] mail_tracking performance and bounce process (#103) 2020-02-05 14:57:34 +01:00
Damien Bouvy a4b0b20d57 [MIG] mail_tracking: Migrated to 10.0 2020-02-05 14:57:34 +01:00
Antonio Espinosa 9fc34be574 [MIG] mail_tracking
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
2020-02-05 14:57:34 +01:00
Antonio Espinosa 0a5c9adcd7 [8.0][ADD] mail_tracking addon (#67)
* [ADD] mail_tracking addon

* Add description icon

* Fixes remarked

* Fix Travis error

* Remarks fixed
2020-02-05 14:57:34 +01:00