TIP: You can type at any time to perform a new search.
Survey answer generation
survey_answer_generation · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing/Survey
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/survey
- Last tracking update
- 2026-08-07 08:23:14
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
survey_form |
survey.survey | form | Inherits survey.survey_survey_view_form | |
survey_question_form |
survey.question | form | Inherits survey.survey_question_form | |
survey_user_input_view_form |
survey.user_input | form | Inherits survey.survey_user_input_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (2)
-
next_survey_idMany2onerelated='survey_id.next_survey_id' -
next_survey_question_idMany2one → survey.questioncomodel_name='survey.question'domain="[('survey_id', '=', next_survey_id), ('question_type', '=', question_type)]"help='Prefill this answer of the next survey with the answer of this one'
No public methods.
New fields (2)
-
next_survey_question_answer_idMany2one → survey.question.answercomodel_name='survey.question.answer'domain="[('question_id', '=', next_survey_question_id)]"help='Prefill this answer of the next survey with the answer of this one' -
next_survey_question_idMany2onerelated='question_id.next_survey_question_id'
No public methods.
New fields (1)
-
next_survey_idMany2one → survey.surveycomodel_name='survey.survey'domain="[('id', '!=', id)]"
No public methods.
New fields (3)
-
diff_user_input_line_countIntegercompute='_compute_diff_user_input_line_count' -
next_survey_input_idMany2one → survey.user_inputcomodel_name='survey.user_input'readonly=True -
origin_input_idMany2one → survey.user_inputcomodel_name='survey.user_input'readonly=True
No public methods.
New fields (2)
-
diff_with_originHtmlcompute='_compute_diff_with_origin'store=True -
origin_input_lineMany2one → survey.user_input.linecomodel_name='survey.user_input.line'
No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 84 days ago
- Last activity
- 1 day ago
- Repository
- OCA/survey
- Pull request
- 18.0 mig survey answer generation (#224)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 9 days ago
- Last activity
- 0 days ago
- Repository
- OCA/survey
- Pull request
- [19.0][MIG] survey_answer_generation: Migration to version 19.0 (#246)