Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Email tracking
Entity: mail.tracking.email
Description: MailTracking email
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| bounce_description | Char | - | ||
| bounce_type | Char | - | ||
| date | Date | - | _compute_date | |
| display_name | Char | - | _compute_tracking_display_name | |
| error_description | Char | - | ||
| error_smtp_server | Error SMTP server | Char | - | |
| error_type | Char | - | ||
| mail_id | Many-to-One |
|
||
| mail_message_id | Many-to-One |
|
||
| message_id | Char | - | _compute_message_id | |
| name | Subject | Char | - | |
| partner_id | Partner | Many-to-One |
|
|
| recipient | Recipient email | Char | - | |
| recipient_address | Recipient email address | Char | - | _compute_recipient_address |
| sender | Sender email | Char | - | |
| state | Selection | - | ||
| time | Datetime | - | ||
| timestamp | UTC timestamp | Float | - | |
| token | Security Token | Char | - | |
| tracking_event_ids | Tracking events | One-to-Many |
|
