TIP: You can type at any time to perform a new search.
Conditional Events Questions
website_event_questions_by_ticket · OCA/event
- Repository
- OCA/event · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/event
- Last tracking update
- 2026-08-07 09:06:35
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module allows to set that an event question is only asked for certain tickets. If the question is general, then having one of the allowed tickets will serve for showing it. If the question is specific to each attendee, then the evaluation will be done for each of the tickets.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_event_view_form |
event.event | form | Inherits event.view_event_form | |
event_question_view_form |
event.question | form | Inherits event.event_question_view_form | |
event_question_view_list |
event.question | list | Inherits event.event_question_view_list | |
registration_attendee_details_questions |
registration_attendee_details_questions | ir.ui.view | qweb | Inherits website_event.registration_attendee_details |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
restricted_ticket_idsMany2many → event.event.ticketcomodel_name='event.event.ticket'domain="[('event_id', '=', parent.id)]"ondelete='restrict'string='Limited to tickets'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…