Repository
odoo/odoo · module folder
Module version
1.0
Category
Website/eLearning
Folder size
1.23 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:15
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Géry Debongnie, Julien Castiaux, Tiffany Chang (tic), Gorash, Nicolas Bayet, Victor Piryns (pivi), Dylan Kiss (dyki), Krzysztof Magusiak (krma), Augustin (duau), Alessandro Lupo
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
test_website_slides_full
Description
A Slide channel can be linked to forum. Also, profiles from slide and forum are regrouped together

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
course_main course_main ir.ui.view qweb Inherits website_slides.course_main
forum_all_all_entries Add course badge ir.ui.view qweb Inherits website_forum.forum_all_all_entries
forum_forum_view_form forum.forum.view.form.inherit.slides forum.forum form Inherits website_forum.forum_forum_view_form
forum_forum_view_tree_slides forum.forum.view.list.slides forum.forum list Inherits website_forum.forum_forum_view_tree
forum_post_view_graph_slides forum.post.view.graph.slides forum.post graph New
res_config_settings_view_form res.config.settings.view.form.inherit.website.slides.forum res.config.settings form Inherits website_slides.res_config_settings_view_form
slide_fullscreen slide_fullscreen ir.ui.view qweb Inherits website_slides.slide_fullscreen
website_slides_forum_breadcrumb Replace Breadcrumb Root ir.ui.view qweb Inherits website_forum.forum_model_nav
website_slides_forum_channel_inherit_view_form website.slides_forum.view.form.inherit.slide.channel slide.channel form Inherits website_slides.view_slide_channel_form
website_slides_forum_index Split regular forums/courses ir.ui.view qweb Inherits website_forum.forum_all
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • image_1920 Image
    compute='_compute_image_1920' readonly=False store=True args: 'Image'
  • slide_channel_id Many2one → slide.channel
    compute='_compute_slide_channel_id' store=True args: 'slide.channel', 'Course'
  • slide_channel_ids One2many → slide.channel
    help='Edit the course linked to this forum on the course form.' args: 'slide.channel', 'forum_id', 'Courses'
  • visibility Selection
    help='Forum linked to a Course, the visibility is the one applied on the course.' related='slide_channel_id.visibility'
Public methods (0)

No public methods.

New fields (2)
  • forum_id Many2one → forum.forum
    copy=False index='btree_not_null' args: 'forum.forum', 'Course Forum'
  • forum_total_posts Integer
    related='forum_id.total_posts' args: 'Number of active forum posts'
Public methods (3)
  • action_redirect_to_forum(self)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…