TIP: You can type at any time to perform a new search.
Website Sale Slides Multi Qty
website_sale_slides_multi_qty · OCA/e-learning
- Repository
- OCA/e-learning · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website/eLearning
- Folder size
- 0.16 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/e-learning
- Last tracking update
- 2026-09-15 11:32:07
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pilar Vargas, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- website_sale_slides_portal
- Description
This module allows you to order several courses at once. This generates an invitation link through which other users can request to participate in the course without having to be registered users. The number of participants is limited to the number of courses ordered.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
course_join |
course_join | ir.ui.view | qweb | Inherits website_slides.course_join |
slide_channel_partner_view_tree |
slide.channel.partner | tree | Inherits website_slides.slide_channel_partner_view_tree |
HTTP endpoints (10)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | WebsiteSaleSlides.channel |
inherited | http | ALL | |
/slides/is_public_with_key |
WebsiteSaleSlides.is_public_with_key |
public | jsonrpc | ALL | website |
/slides/channel/join_with_vat |
WebsiteSaleSlides.join_with_vat |
user | http | POST | sudo website |
| (inherited route override) | WebsiteSaleSlides.slide_channel_invite |
inherited | http | ALL | sudo |
/slides/<int:channel_id>/join |
WebsiteSaleSlides.slide_channel_join_course |
user | http | ALL | sudo website |
/slides/channel/join_with_id |
WebsiteSaleSlides.slide_channel_join_with_id |
public | http | POST | sudo website |
| (inherited route override) | WebsiteSaleSlides.slide_like |
inherited | http | ALL | |
| (inherited route override) | WebsiteSaleSlides.slide_quiz_submit |
inherited | http | ALL | sudo |
| (inherited route override) | WebsiteSaleSlides.slide_set_completed |
inherited | http | ALL | |
| (inherited route override) | WebsiteSaleSlides.slide_set_uncompleted |
inherited | http | ALL |
Models touched (5)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (12)
-
available_registrationsIntegercompute='_compute_available_registrations'store=True -
child_channel_partner_idsOne2many → slide.channel.partnercomodel_name='slide.channel.partner'inverse_name='parent_id'string='Child Participation' -
identification_numberCharhelp="User's personal identification number" -
invitation_hashCharcompute='_compute_invitation_link'store=True -
invitation_linkCharstore=True -
is_public_slide_channel_partnerBooleandefault=False -
parent_idMany2one → slide.channel.partnercomodel_name='slide.channel.partner'index=Trueondelete='cascade'string='Parent Participation' -
remaining_registrationsIntegercompute='_compute_remaining_registrations'store=True -
slide_channel_partner_emailCharstring='Participation Email' -
slide_channel_partner_nameCharstring='Name' -
slide_channel_partner_phoneCharstring='Phone' -
used_registrationsIntegercompute='_compute_used_registrations'store=True
-
create(self, vals_list)@api.model_create_multi
New fields (0)
No new fields.
Public methods (1)-
action_mark_uncompleted(self)
New fields (1)
-
identification_numberChar
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 463 days ago
- Last activity
- 0 days ago
- Repository
- OCA/e-learning
- Pull request
- [17.0][MIG] website_sale_slides_multi_qty: Migration to version 17.0 (#12)