event.track: fields, relations and API
The event.track model ("Event Track") is a persistent model declared by the Advanced Events module, then extended by 3 other modules. It exposes 103 fields, 62 of them declared directly on the model; 4 fields from other models point to it. Below you will find every field with its technical name, type, label and relations, followed by an Odoo 19 JSON-2 API call.
Model identity
- Technical name
event.track- Label
- Event Track
- Type
- Persistent (models.Model)
- SQL table
event_track- Origin module
- Advanced Events (
website_event_track) - Extended by
- mass_mailing_event_track, website_event_track_live, website_event_track_quiz
- Default order (_order)
priority desc, date
Model fields
62 own fields, 35 inherited from mixins and 6 automatic ORM fields. Click a name to get a direct link to that field.
103 of 103 fields shown
| Technical name | Label | Type | Details |
|---|---|---|---|
| active | Active | boolean | |
| color | Agenda Color | integer | |
| company_id | Company | many2one | related: |
| contact_email | Contact Email | char | computed, stored |
| contact_phone | Contact Phone | char | computed, stored |
| date | Track Date | datetime | computed, stored |
| date_end | Track End Date | datetime | computed, stored |
| description | Description | html | |
| duration | Duration | float | |
| event_id | Event | many2one | required |
| event_track_visitor_ids | Track Visitors | one2many | inverse: |
| footer_visible | Footer Visible | boolean | related: |
| header_visible | Header Visible | boolean | related: |
| image | Speaker Photo | image | computed, stored |
| is_one_day | Is One Day | boolean | computed |
| is_quiz_completed | Is Quiz Done | boolean | computed added by Quizzes on Tracks ( |
| is_reminder_on | Is Reminder On | boolean | computed |
| is_track_done | Is Track Done | boolean | computed |
| is_track_live | Is Track Live | boolean | computed |
| is_track_soon | Is Track Soon | boolean | computed |
| is_track_today | Is Track Today | boolean | computed |
| is_track_upcoming | Is Track Upcoming | boolean | computed |
| is_website_cta_live | Is CTA Live CTA button is available | boolean | computed |
| is_youtube_chat_available | Is Chat Available | boolean | computed added by Live Event Tracks ( |
| is_youtube_replay | Is YouTube Replay Check this option if the video is already available on YouTube to avoid showing 'Direct' options (Chat, ...) | boolean | added by Live Event Tracks ( |
| kanban_state | Kanban State A track's kanban state indicates special situations affecting it: * Grey is the default situation * Red indicates something is preventing the progress of this track * Green indicates the track is ready to be pulled to the next stage | selection | required Values: |
| kanban_state_label | Kanban State Label | char | computed, stored |
| legend_blocked | Kanban Blocked Explanation | char | read-only related: |
| legend_done | Kanban Valid Explanation | char | read-only related: |
| legend_normal | Kanban Ongoing Explanation | char | read-only related: |
| location_id | Location | many2one | |
| name | Title | char | requiredtranslatable |
| partner_biography | Biography | html | computed, stored |
| partner_company_name | Company Name | char | computed, stored |
| partner_email | char | computed, stored | |
| partner_function | Job Position | char | computed, stored |
| partner_id | Contact | many2one | |
| partner_name | Name | char | computed, stored |
| partner_phone | Phone | char | computed, stored |
| partner_tag_line | Tag Line Description of the partner (name, function and company name) | char | computed |
| priority | Priority | selection | required Values: |
| quiz_id | Quiz | many2one | computed, stored added by Quizzes on Tracks ( |
| quiz_ids | Quizzes | one2many | inverse: added by Quizzes on Tracks ( |
| quiz_points | Quiz Points | integer | computed added by Quizzes on Tracks ( |
| quiz_questions_count | # Quiz Questions | integer | computed added by Quizzes on Tracks ( |
| stage_id | Stage | many2one | required |
| tag_ids | Tags | many2many | |
| track_start_relative | Minutes compare to track start Relative time compared to track start (seconds) | integer | computed |
| track_start_remaining | Minutes before track starts Remaining time before track starts (seconds) | integer | computed |
| user_id | Responsible | many2one | |
| website_cta | Magic Button Display a Call to Action button to your Attendees while they watch your Track. | boolean | |
| website_cta_delay | Show Button | integer | |
| website_cta_start_remaining | Minutes before CTA starts Remaining time before CTA starts (seconds) | integer | computed |
| website_cta_title | Button Title | char | |
| website_cta_url | Button Target URL | char | |
| website_image | Website Image | image | |
| website_image_url | Image URL | char | computed |
| wishlist_visitor_count | # Wishlisted | integer | computed |
| wishlist_visitor_ids | Visitor Wishlist | many2many | computed |
| wishlisted_by_default | Always Wishlisted If set, the talk will be set as favorite for each attendee registered to the event. | boolean | |
| youtube_video_id | YouTube video ID Extracted from the video URL and used to infer various links (embed/thumbnail/...) | char | computed added by Live Event Tracks ( |
| youtube_video_url | YouTube Video Link | char | added by Live Event Tracks ( |
| activity_calendar_event_id | Next Activity Calendar Event | many2one | computed inherited from mail.activity.mixin |
| activity_date_deadline | Next Activity Deadline | date | read-onlycomputed inherited from mail.activity.mixin |
| activity_exception_decoration | Activity Exception Decoration Type of the exception activity on record. | selection | computed Values: inherited from mail.activity.mixin |
| activity_exception_icon | Icon Icon to indicate an exception activity. | char | computed inherited from mail.activity.mixin |
| activity_ids | Activities | one2many | inverse: inherited from mail.activity.mixin |
| activity_state | Activity State Status based on activities Overdue: Due date is already passed Today: Activity date is today Planned: Future activities. | selection | computed Values: inherited from mail.activity.mixin |
| activity_summary | Next Activity Summary | char | related: inherited from mail.activity.mixin |
| activity_type_icon | Activity Type Icon | char | related: inherited from mail.activity.mixin |
| activity_type_id | Next Activity Type | many2one | related: inherited from mail.activity.mixin |
| activity_user_id | Responsible User | many2one | read-onlycomputed inherited from mail.activity.mixin |
| can_publish | Can Publish | boolean | computed inherited from website.published.mixin |
| has_message | Has Message | boolean | computed inherited from mail.thread |
| is_published | Is Published | boolean | inherited from website.published.mixin |
| is_seo_optimized | SEO optimized | boolean | computed, stored inherited from website.seo.metadata |
| message_attachment_count | Attachment Count | integer | computed inherited from mail.thread |
| message_follower_ids | Followers | one2many | inverse: inherited from mail.thread |
| message_has_error | Message Delivery error If checked, some messages have a delivery error. | boolean | computed inherited from mail.thread |
| message_has_error_counter | Number of errors Number of messages with delivery error | integer | computed inherited from mail.thread |
| message_has_sms_error | SMS Delivery error If checked, some messages have a delivery error. | boolean | computed inherited from mail.thread |
| message_ids | Messages | one2many | inverse: inherited from mail.thread |
| message_is_follower | Is Follower | boolean | computed inherited from mail.thread |
| message_needaction | Action Needed If checked, new messages require your attention. | boolean | computed inherited from mail.thread |
| message_needaction_counter | Number of Actions Number of messages requiring action | integer | computed inherited from mail.thread |
| message_partner_ids | Followers (Partners) | many2many | computed inherited from mail.thread |
| my_activity_date_deadline | My Activity Deadline | date | read-onlycomputed inherited from mail.activity.mixin |
| rating_ids | Ratings | one2many | inverse: inherited from mail.thread |
| seo_name | Seo name | char | translatable inherited from website.seo.metadata |
| website_absolute_url | Website Absolute URL The full absolute URL to access the document through the website. | char | computed inherited from website.published.mixin |
| website_message_ids | Website Messages Website communication history | one2many | inverse: inherited from mail.thread |
| website_meta_description | Website meta description | text | translatable inherited from website.seo.metadata |
| website_meta_keywords | Website meta keywords | char | translatable inherited from website.seo.metadata |
| website_meta_og_img | Website opengraph image | char | inherited from website.seo.metadata |
| website_meta_title | Website meta title | char | translatable inherited from website.seo.metadata |
| website_published | Visible on current website | boolean | related: inherited from website.published.mixin |
| website_url | Website URL The full relative URL to access the document through the website. | char | computed inherited from website.published.mixin |
| create_date | Created on | datetime | read-onlyautomatic |
| create_uid | Created by | many2one | read-onlyautomatic |
| display_name | Display Name | char | read-onlycomputedautomatic |
| id | ID | integer | read-onlyautomatic |
| write_date | Last Updated on | datetime | read-onlyautomatic |
| write_uid | Last Updated by | many2one | read-onlyautomatic |
Relations
Models linked from this model
- event.event: event_id
- event.quiz: quiz_id, quiz_ids
- event.track.location: location_id
- event.track.stage: stage_id
- event.track.tag: tag_ids
- event.track.visitor: event_track_visitor_ids
- res.company: company_id
- res.partner: partner_id
- res.users: user_id
- website.visitor: wishlist_visitor_ids
Fields of other models pointing here
- event.quiz: event_track_id
- event.track.tag: track_ids
- event.track.visitor: track_id
- website.visitor: event_track_wishlisted_ids
Reading this model through the API
Odoo 19 JSON-2 API call reading the first five records with real fields of the model. Replace the instance, database and API key with your own.
curl -X POST "https://your-instance.odoo.com/json/2/event.track/search_read" \
-H "Authorization: bearer $ODOO_API_KEY" \
-H "X-Odoo-Database: your-db" \
-H "Content-Type: application/json" \
-d '{"domain":[],"fields":["name","event_id","kanban_state","priority","stage_id"],"limit":5}'import requests
BASE_URL = "https://your-instance.odoo.com/json/2"
headers = {"Authorization": f"bearer {API_KEY}", "X-Odoo-Database": "your-db"}
res = requests.post(
f"{BASE_URL}/event.track/search_read",
headers=headers,
json={"domain": [], "fields": ["name","event_id","kanban_state","priority","stage_id"], "limit": 5},
)
res.raise_for_status()
print(res.json())- External API access requires Odoo's Custom plan.
- XML-RPC and JSON-RPC will be removed in Odoo 22 (fall 2028): use JSON-2.
- The access rights and record rules of the key's user apply.
Cite this tool
Writing a tutorial, internal documentation or a forum answer? Copy this link to send your readers to the up-to-date reference.
<a href="https://aidoo.ai/en/outils/explorateur-modeles-odoo/event-track">event.track (Odoo 19.0)</a>Sources
Data verified on September 23, 2026 · Odoo 19.0 Community
Have an Odoo project, or want to put your ERP to work with AI? Let's talk
Implementation, custom module development, connecting Claude or ChatGPT to your data: tell us about your context and we will reply within 24 business hours.