social/mail_tracking/models
Jairo Llopis 2e2158594c [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
2024-06-11 09:51:53 +02:00
..
__init__.py [IMP] mail_tracking: Ignore catchall 2024-06-11 09:42:20 +02:00
ir_config_parameter.py [IMP] mail_tracking: Ignore catchall 2024-06-11 09:42:20 +02:00
ir_mail_server.py [MIG] mail_tracking: Migration to 15.0 2024-06-11 09:51:53 +02:00
mail_alias.py [IMP] mail_tracking: Ignore catchall 2024-06-11 09:42:20 +02:00
mail_bounced_mixin.py [IMP] mail_tracking: black, isort, prettier 2024-06-11 09:51:53 +02:00
mail_mail.py [IMP] mail_tracking: black, isort, prettier 2024-06-11 09:51:53 +02:00
mail_message.py [MIG] mail_tracking: Migration to 15.0 2024-06-11 09:51:53 +02:00
mail_resend_message.py [MIG] mail_tracking: Migration to 15.0 2024-06-11 09:51:53 +02:00
mail_thread.py [14.0][MIG] mail_tracking 2024-06-11 09:51:53 +02:00
mail_tracking_email.py [FIX] mail_tracking: process sent events 2024-06-11 09:51:53 +02:00
mail_tracking_event.py [FIX] mail_tracking: process sent events 2024-06-11 09:51:53 +02:00
res_partner.py [MIG] mail_tracking: Migration to 13.0 2024-06-11 09:42:19 +02:00