TIP: You can type at any time to perform a new search.
Free Text Answers on Events Questions
website_event_questions_free_text · OCA/event
- Repository
- OCA/event · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/event
- Last tracking update
- 2026-08-07 07:38:31
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Jairo Llopis, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
registration_attendee_details_questions |
registration_attendee_details_questions | ir.ui.view | qweb | Inherits website_event_questions.registration_attendee_details_questions |
view_event_form_inherit_question |
event.event | form | Inherits website_event_questions.view_event_form_inherit_question | |
view_event_question_form |
event.question | form | Inherits website_event_questions.view_event_question_form | |
view_event_registration_form_inherit_question |
event.registration | form | Inherits website_event_questions.view_event_registration_form_inherit_question |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
answerCharrequired=True -
question_idMany2one → event.questioncomodel_name='event.question'domain="[('free_text', '=', True)]"ondelete='restrict'required=True -
registration_idMany2one → event.registrationcomodel_name='event.registration'ondelete='cascade'required=True
-
name_get(self)
New fields (1)
-
free_textBooleanhelp='Allow user to introduce a free text as answer.'
No public methods.
New fields (1)
-
free_answer_idsOne2many → event.answer.freecomodel_name='event.answer.free'inverse_name='registration_id'string='Free Answers'
No public methods.
Loading…
Loading…