slide.channel: fields, relations and API
The slide.channel model ("Course") is a persistent model declared by the eLearning module, then extended by 5 other modules. It exposes 123 fields, 73 of them declared directly on the model; 11 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
slide.channel- Label
- Course
- Type
- Persistent (models.Model)
- SQL table
slide_channel- Origin module
- eLearning (
website_slides) - Extended by
- hr_skills_slides, mass_mailing_slides, website_sale_slides, website_slides_forum, website_slides_survey
- Default order (_order)
sequence, id- Inherits from (mixins)
- rating.mixinmail.activity.mixinimage.mixinwebsite.cover_properties.mixinwebsite.seo.metadata
website.published.multi.mixinwebsite.searchable.mixin
Model fields
73 own fields, 44 inherited from mixins and 6 automatic ORM fields. Click a name to get a direct link to that field.
123 of 123 fields shown
| Technical name | Label | Type | Details |
|---|---|---|---|
| access_token | Security Token | char | |
| active | Active | boolean | |
| allow_comment | Allow rating on Course Allow Attendees to like and comment your content and to submit reviews on your course. | boolean | computed, stored |
| can_comment | Can Comment | boolean | computed |
| can_review | Can Review | boolean | computed |
| can_upload | Can Upload | boolean | computed |
| can_vote | Can Vote | boolean | computed |
| channel_partner_all_ids | All Attendees Information | one2many | inverse: |
| channel_partner_ids | Enrolled Attendees Information | one2many | inverse: |
| channel_type | Course type Defines the course type (e.g., "Training" for interactive learning, or "Documentation" for resources and guides). | selection | required Values: |
| color | Color Index Used to decorate kanban view | integer | |
| completed | Done | boolean | computed |
| completed_template_id | Completion Notification Defines the email your Attendees will receive once they reach the end of your course. | many2one | |
| completion | Completion | integer | computed |
| currency_id | Currency | many2one | related: added by Sell Courses ( |
| description | Description The description that is displayed on top of the course page, just below the title | html | translatable |
| description_html | Detailed Description | html | |
| description_short | Short Description The description that is displayed on the course card | html | translatable |
| enroll | Enroll Policy Defines how people can enroll to your Course. | selection | requiredcomputed, stored Values: |
| enroll_group_ids | Auto Enroll Groups Members of those groups are automatically added as members of the channel. | many2many | |
| enroll_msg | Enroll Message Message explaining the enroll process | html | |
| forum_id | Course Forum | many2one | added by Forum on Courses ( |
| forum_total_posts | Number of active forum posts | integer | related: added by Forum on Courses ( |
| has_requested_access | Access Requested | boolean | computed |
| is_member | Is Enrolled Attendee Is the attendee actively enrolled. | boolean | computed |
| is_member_invited | Is Invited Attendee Is the invitation for this attendee pending. | boolean | computed |
| is_visible | Is Visible On Website | boolean | computed |
| karma_gen_channel_finish | Course finished | integer | |
| karma_gen_channel_rank | Course ranked | integer | |
| karma_review | Add Review Karma needed to add a review on the course | integer | |
| karma_slide_comment | Add Comment Karma needed to add a comment on a slide of this course | integer | |
| karma_slide_vote | Vote Karma needed to like/dislike a slide of this course. | integer | |
| members_all_count | # Enrolled or Invited Attendees | integer | computed |
| members_certified_count | # Certified Attendees | integer | computed added by Course Certifications ( |
| members_completed_count | # Completed Attendees | integer | computed |
| members_count | # Enrolled Attendees | integer | computed |
| members_engaged_count | # Active Attendees Active attendees include both 'joined' and 'ongoing' attendees. | integer | computed |
| members_invited_count | # Invited Attendees | integer | computed |
| name | Name | char | requiredtranslatable |
| nbr_article | Articles | integer | computed, stored |
| nbr_certification | Number of Certifications | integer | computed, stored added by Course Certifications ( |
| nbr_document | Documents | integer | computed, stored |
| nbr_infographic | Infographics | integer | computed, stored |
| nbr_quiz | Number of Quizs | integer | computed, stored |
| nbr_video | Videos | integer | computed, stored |
| partner_has_new_content | Partner Has New Content | boolean | computed |
| partner_ids | Attendees Enrolled partners in the course | many2many | computed |
| prerequisite_channel_ids | Prerequisites Prerequisite courses to complete before accessing this one. | many2many | |
| prerequisite_of_channel_ids | Prerequisite Of Courses that have this course as prerequisite. | many2many | |
| prerequisite_user_has_completed | Has Completed Prerequisite | boolean | computed |
| product_id | Product | many2one | added by Sell Courses ( |
| product_sale_revenues | Total revenues | monetary | computed added by Sell Courses ( |
| promote_strategy | Featured Content Defines the content that will be promoted on the course home page | selection | Values: |
| promoted_slide_id | Promoted Slide | many2one | |
| publish_template_id | New Content Notification Defines the email your Attendees will receive each time you upload new content. | many2one | |
| rating_avg_stars | Rating Average (Stars) | float | computed |
| sequence | Sequence | integer | |
| share_channel_template_id | Channel Share Template Email template used when sharing a channel | many2one | |
| share_slide_template_id | Share Template Email template used when sharing a slide | many2one | |
| slide_category_ids | Categories | one2many | computed |
| slide_content_ids | Content | one2many | computed |
| slide_ids | Slides and categories | one2many | inverse: |
| slide_last_update | Last Update | date | computed, stored |
| slide_partner_ids | Slide User Data | one2many | inverse: |
| tag_ids | Tags Used to categorize and filter displayed channels/courses | many2many | |
| total_slides | Number of Contents | integer | computed, stored |
| total_time | Duration | float | computed, stored |
| total_views | Visits | integer | computed, stored |
| total_votes | Votes | integer | computed, stored |
| upload_group_ids | Upload Groups Group of users allowed to publish contents on a documentation course. | many2many | |
| user_id | Responsible | many2one | |
| visibility | Show Course To Defines who can access your courses and their content. | selection | required Values: |
| website_default_background_image_url | Background image URL | char | computed |
| 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 |
| cover_properties | Cover Properties | text | inherited from website.cover_properties.mixin |
| has_message | Has Message | boolean | computed inherited from mail.thread |
| image_1024 | Image 1024 | image | related: inherited from image.mixin |
| image_128 | Image 128 | image | related: inherited from image.mixin |
| image_1920 | Image | image | inherited from image.mixin |
| image_256 | Image 256 | image | related: inherited from image.mixin |
| image_512 | Image 512 | image | related: inherited from image.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_avg | Average Rating | float | computed inherited from rating.mixin |
| rating_avg_text | Rating Avg Text | selection | computed Values: inherited from rating.mixin |
| rating_count | Rating count | integer | computed inherited from rating.mixin |
| rating_ids | Ratings | one2many | inverse: inherited from mail.thread |
| rating_last_feedback | Rating Last Feedback | text | related: inherited from rating.mixin |
| rating_last_image | Rating Last Image | binary | related: inherited from rating.mixin |
| rating_last_text | Rating Text | selection | related: inherited from rating.mixin |
| rating_last_value | Rating Last Value | float | computed, stored inherited from rating.mixin |
| rating_percentage_satisfaction | Rating Satisfaction | float | computed inherited from rating.mixin |
| seo_name | Seo name | char | translatable inherited from website.seo.metadata |
| 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 |
| 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
- forum.forum: forum_id
- mail.template: completed_template_id, publish_template_id, share_channel_template_id, share_slide_template_id
- product.product: product_id
- res.currency: currency_id
- res.groups: enroll_group_ids, upload_group_ids
- res.partner: partner_ids
- res.users: user_id
- slide.channel: prerequisite_channel_ids, prerequisite_of_channel_ids
- slide.channel.partner: channel_partner_all_ids, channel_partner_ids
- slide.channel.tag: tag_ids
- slide.slide: promoted_slide_id, slide_category_ids, slide_content_ids, slide_ids
- slide.slide.partner: slide_partner_ids
Fields of other models pointing here
- forum.forum: slide_channel_id
- hr.employee: subscribed_courses
- hr.resume.line: channel_id
- res.partner: slide_channel_ids
- slide.channel: prerequisite_channel_ids, prerequisite_of_channel_ids
- slide.channel.invite: channel_id
- slide.channel.partner: channel_id
- slide.channel.tag: channel_ids
- slide.slide: channel_id
- slide.slide.partner: channel_id
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/slide.channel/search_read" \
-H "Authorization: bearer $ODOO_API_KEY" \
-H "X-Odoo-Database: your-db" \
-H "Content-Type: application/json" \
-d '{"domain":[],"fields":["name","channel_type","enroll","visibility","completed_template_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}/slide.channel/search_read",
headers=headers,
json={"domain": [], "fields": ["name","channel_type","enroll","visibility","completed_template_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/slide-channel">slide.channel (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.