Website Sale Slides Order Line Link

website_sale_slides_order_line_link
REPOSITORY
REPOSITORYOCA/e-learning
GIT
GIThttps://github.com/OCA/e-learning.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWebsite/eLearning
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-learning
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale_slides
    - website_slides
    - portal_rating
    - portal
    - web
    - base
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
    - rating
    - website
    - digest
    - resource
    - social_media
    - google_recaptcha
    - utm
    - website_mail
    - website_profile
    - website_partner
    - gamification
    - website_sale
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module links sales order lines to slide.channel.partner
participations when selling a course. It does not add new views or user
interface elements but ensures that when a course is sold through Odoo's
eLearning system, the corresponding sales order line is associated with
the participation record.

This functionality is useful for:

- Tracking which sale order line is responsible for a given course
  participation.
- Ensuring better traceability between sales and enrollments.
- Serving as a base for other modules that may extend its logic.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • slide_channel_partner_id Many2one → slide.channel.partner
    comodel_name='slide.channel.partner'
Public methods (0)

No public methods.

New fields (1)
  • sale_order_line_ids One2many → sale.order.line
    comodel_name='sale.order.line' inverse_name='slide_channel_partner_id' string='Sale Order Lines'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/e-learning
GIT
GIThttps://github.com/OCA/e-learning.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWebsite/eLearning
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-learning
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale_slides
    - website_slides
    - portal_rating
    - portal
    - web
    - base
    - web_editor
    - http_routing
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
    - rating
    - website
    - digest
    - resource
    - social_media
    - google_recaptcha
    - utm
    - website_mail
    - website_profile
    - website_partner
    - gamification
    - web_kanban_gauge
    - website_sale
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - website_payment
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • slide_channel_partner_id Many2one → slide.channel.partner
    comodel_name='slide.channel.partner'
Public methods (0)

No public methods.

New fields (1)
  • sale_order_line_ids One2many → sale.order.line
    comodel_name='sale.order.line' inverse_name='slide_channel_partner_id' string='Sale Order Lines'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi