slide.slide: fields, relations and API
The slide.slide model ("Slides") is a persistent model declared by the eLearning module, then extended by 1 other module. It exposes 103 fields, 71 of them declared directly on the model; 8 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.slide- Label
- Slides
- Type
- Persistent (models.Model)
- SQL table
slide_slide- Origin module
- eLearning (
website_slides) - Extended by
- website_slides_survey
- Default order (_order)
sequence asc, is_category asc, id asc
Model fields
71 own fields, 26 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 | |
| binary_content | File | binary | |
| can_self_mark_completed | Can Mark Completed The slide can be marked as completed even without opening it | boolean | computed |
| can_self_mark_uncompleted | Can Mark Uncompleted The slide can be marked as not completed and the progression | boolean | computed |
| category_id | Section | many2one | computed, stored |
| channel_allow_comment | Allows comment | boolean | related: |
| channel_id | Course | many2one | required |
| channel_type | Channel type | selection | related: |
| comments_count | Number of comments | integer | computed |
| completion_time | Duration | float | computed, stored |
| date_published | Publish Date | datetime | read-only |
| description | Description | html | translatable |
| dislikes | Dislikes | integer | computed, stored |
| document_binary_content | PDF Content | binary | related: |
| document_google_url | Document Link Link of the document (we currently only support Google Drive as source) | char | related: |
| embed_code | Embed Code | html | read-onlycomputed |
| embed_code_external | External Embed Code Same as 'Embed Code' but used to embed the content on an external website. | html | read-onlycomputed |
| embed_count | # of Embeds | integer | computed |
| embed_ids | External Slide Embeds | one2many | inverse: |
| google_drive_id | Google Drive ID of the external URL | char | computed |
| html_content | HTML Content Custom HTML content for slides of category 'Article'. | html | translatable |
| image_1920 | Image 1920 | image | computed, stored |
| image_binary_content | Image Content | binary | related: |
| image_google_url | Image Link Link of the image (we currently only support Google Drive as source) | char | related: |
| is_category | Is a category | boolean | |
| is_new_slide | Is New Slide | boolean | computed |
| is_preview | Allow Preview The course is accessible by anyone : the users don't need to join the channel to access the content of the course. | boolean | computed, stored |
| is_published | Is Published | boolean | |
| likes | Likes | integer | computed, stored |
| name | Title | char | requiredcomputed, storedtranslatable |
| nbr_article | Number of Articles | integer | computed, stored |
| nbr_certification | Number of Certifications | integer | computed, stored added by Course Certifications ( |
| nbr_document | Number of Documents | integer | computed, stored |
| nbr_infographic | Number of Images | integer | computed, stored |
| nbr_quiz | Number of Quizs | integer | computed, stored |
| nbr_video | Number of Videos | integer | computed, stored |
| partner_ids | Subscribers | many2many | |
| public_views | # of Public Views | integer | read-only |
| question_ids | Questions | one2many | inverse: |
| questions_count | Numbers of Questions | integer | computed |
| quiz_first_attempt_reward | Reward: first attempt | integer | |
| quiz_fourth_attempt_reward | Reward: every attempt after the third try | integer | |
| quiz_second_attempt_reward | Reward: second attempt | integer | |
| quiz_third_attempt_reward | Reward: third attempt | integer | |
| sequence | Sequence | integer | |
| slide_category | Category | selection | required Values: |
| slide_icon_class | Slide Icon fa-class | char | computed |
| slide_ids | Content | one2many | inverse: |
| slide_partner_ids | Subscribers information | one2many | inverse: |
| slide_resource_downloadable | Allow Download Allow the user to download the content of the slide. | boolean | |
| slide_resource_ids | Additional Resource for this slide | one2many | inverse: |
| slide_type | Slide Type Subtype of the slide category, allows more precision on the actual file type / source type. | selection | computed, stored Values: |
| slide_views | # of Website Views | integer | computed, stored |
| source_type | Source Type | selection | required Values: |
| survey_id | Certification | many2one | added by Course Certifications ( |
| tag_ids | Tags | many2many | |
| total_slides | Total Slides | integer | computed, stored |
| total_views | # Total Views | integer | computed, stored |
| url | External URL URL of the Google Drive file or URL of the YouTube video | char | |
| user_has_completed | Is Member | boolean | computed |
| user_has_completed_category | Is Category Completed | boolean | computed |
| user_id | Uploaded by | many2one | |
| user_membership_id | Subscriber information Subscriber information for the current logged in user | many2one | computed |
| user_vote | User vote | integer | computed |
| video_source_type | Video Source | selection | computed Values: |
| video_url | Video Link Link of the video (we support YouTube, Google Drive and Vimeo as sources) | char | related: |
| vimeo_id | Video Vimeo ID | char | computed |
| website_id | Website | many2one | read-only related: |
| website_published | Website Published | boolean | |
| website_share_url | Share URL | char | computed |
| youtube_id | Video YouTube ID | char | computed |
| can_publish | Can Publish | boolean | computed inherited from website.published.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_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 |
| 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_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
- res.partner: partner_ids
- res.users: user_id
- slide.channel: channel_id
- slide.embed: embed_ids
- slide.question: question_ids
- slide.slide: category_id, slide_ids
- slide.slide.partner: slide_partner_ids, user_membership_id
- slide.slide.resource: slide_resource_ids
- slide.tag: tag_ids
- survey.survey: survey_id
Fields of other models pointing here
- slide.channel: promoted_slide_id
- slide.channel.partner: next_slide_id
- slide.embed: slide_id
- slide.question: slide_id
- slide.slide: category_id
- slide.slide.partner: slide_id
- slide.slide.resource: slide_id
- survey.user_input: slide_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.slide/search_read" \
-H "Authorization: bearer $ODOO_API_KEY" \
-H "X-Odoo-Database: your-db" \
-H "Content-Type: application/json" \
-d '{"domain":[],"fields":["name","channel_id","slide_category","source_type","category_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.slide/search_read",
headers=headers,
json={"domain": [], "fields": ["name","channel_id","slide_category","source_type","category_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-slide">slide.slide (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.