Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Link Tracker
Entity: link.tracker
Description: Link Tracker
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| absolute_url | Absolute URL | Char | - | _compute_absolute_url |
| campaign_id | Many-to-One | - | ||
| code | Short URL code | Char | - | _compute_code |
| count | Number of Clicks | Integer | - | _compute_count |
| label | Button label | Char | - | |
| link_click_ids | Clicks | One-to-Many | link.tracker.click | |
| link_code_ids | Codes | One-to-Many | link.tracker.code | |
| medium_id | Many-to-One | - | ||
| redirected_url | Redirected URL | Char | - | _compute_redirected_url |
| short_url | Tracked URL | Char | - | _compute_short_url |
| short_url_host | Host of the short URL | Char | - | _compute_short_url_host |
| source_id | Many-to-One | - | ||
| title | Page Title | Char | - | |
| url | Target URL | Char | - |
