Repository
OCA/e-learning · module folder · Try on Runboat
Module version
Category
Website/eLearning
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-learning
Last tracking update
2026-08-18 11:08:32
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
pilarvargas-tecnativa, Pilar Vargas, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
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.

HTTP endpoints (0)

No HTTP endpoints 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

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
2 days ago
Last activity
2 days ago
Repository
OCA/e-learning
Pull request
[19.0][MIG] website_sale_slides_order_line_link: Migration to version 19.0 (#23)