| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/14.0/survey_conditional_question |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Creu Blanca, ADHOC SA, Opener B.V. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Creu Blanca, ADHOC SA, Opener B.V. |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
Survey Conditional Assets | ir.ui.view | qweb | Inherits survey.survey_assets |
question_container |
question_container | ir.ui.view | qweb | Inherits survey.question_container |
survey_fill_form |
survey_fill_form | ir.ui.view | qweb | Inherits survey.survey_fill_form |
survey_question_form |
Form view for survey conditional question | survey.question | field | Inherits survey.survey_question_form |
conditional_maximum_value
Float
copy=False
help='If the value is higher, it will not be shown'
conditional_minimum_value
Float
copy=False
help='If the value is lower, it will not be shown'
triggering_question_id
Many2one
domain="[('survey_id', '=', survey_id),\n ('question_type', '!=', False), '|',\n ('sequence', '<', sequence),\n '&', ('sequence', '=', sequence), ('id', '<', id)]"
triggering_question_type
Selection
related='triggering_question_id.question_type'
string='Triggering question type'
No public methods.
No new fields.
Public methods (1)next_page(self, user_input, page_id, go_back=False)
No new fields.
Public methods (0)No public methods.
hidden
Boolean
help="Indicate whether this input's question was hidden on condition of earlier questions in the survey."
save_lines(self, user_input_id, question, post, answer_tag)
update_hidden(self, user_input, question, hidden=True)