social/mail_tracking/models
Jairo Llopis 43875033ae [FIX] mail_tracking: process sent events
Up until now, the `sent` event type was never processed, probably because it "made no sense", as an unsent email would never trigger an event.

However, it makes sense to process it because you may have a local relay that transmits mails over to the mail provider. In those circumstances, you should have 2 "sent" events (one from the relay and another one from the provider).

Also marked some useless parts of code for removal.

@Tecnativa TT32365
2023-01-31 18:12:45 +01:00
..
__init__.py [IMP] mail_tracking: Ignore catchall 2022-04-20 14:46:21 +05:30
ir_config_parameter.py [IMP] mail_tracking: Ignore catchall 2022-04-20 14:46:21 +05:30
ir_mail_server.py Fixed Deprecated Warning 2022-08-23 16:05:03 +00:00
mail_alias.py [IMP] mail_tracking: Ignore catchall 2022-04-20 14:46:21 +05:30
mail_bounced_mixin.py [IMP] mail_tracking: black, isort, prettier 2022-04-20 14:46:21 +05:30
mail_mail.py [IMP] mail_tracking: black, isort, prettier 2022-04-20 14:46:21 +05:30
mail_message.py [MIG] mail_tracking: Migration to 15.0 2022-04-20 14:46:22 +05:30
mail_resend_message.py [MIG] mail_tracking: Migration to 15.0 2022-04-20 14:46:22 +05:30
mail_thread.py [14.0][MIG] mail_tracking 2022-04-20 14:46:21 +05:30
mail_tracking_email.py [FIX] mail_tracking: process sent events 2023-01-31 18:12:45 +01:00
mail_tracking_event.py [FIX] mail_tracking: process sent events 2023-01-31 18:12:45 +01:00
res_partner.py [MIG] mail_tracking: Migration to 13.0 2022-04-20 14:46:21 +05:30