| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/17.0/survey_answer_generation |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing/Survey |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to prefill answers from one survey to another. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
survey_form |
survey.survey | group | Inherits survey.survey_survey_view_form | |
survey_question_form |
survey.question | xpath | Inherits survey.survey_question_form | |
survey_user_input_view_form |
survey.user_input | field | Inherits survey.survey_user_input_view_form |
next_survey_id
Many2one
related='survey_id.next_survey_id'
next_survey_question_id
Many2one → survey.question
comodel_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.
next_survey_question_answer_id
Many2one → survey.question.answer
comodel_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_id
Many2one
related='question_id.next_survey_question_id'
No public methods.
next_survey_id
Many2one → survey.survey
comodel_name='survey.survey'
domain="[('id', '!=', id)]"
No public methods.
diff_user_input_line_count
Integer
compute='_compute_diff_user_input_line_count'
next_survey_input_id
Many2one → survey.user_input
comodel_name='survey.user_input'
readonly=True
origin_input_id
Many2one → survey.user_input
comodel_name='survey.user_input'
readonly=True
No public methods.
diff_with_origin
Html
compute='_compute_diff_with_origin'
store=True
origin_input_line
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/15.0/survey_answer_generation |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing/Survey |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, pilarvargas-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:43 |
| 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 |
|---|---|---|---|---|
survey_form |
survey.survey | group | Inherits survey.survey_form | |
survey_question_form |
survey.question | xpath | Inherits survey.survey_question_form | |
survey_user_input_view_form |
survey.user_input | field | Inherits survey.survey_user_input_view_form |
next_survey_id
Many2one
related='survey_id.next_survey_id'
next_survey_question_id
Many2one → survey.question
comodel_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.
next_survey_question_answer_id
Many2one → survey.question.answer
comodel_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_id
Many2one
related='question_id.next_survey_question_id'
No public methods.
next_survey_id
Many2one → survey.survey
comodel_name='survey.survey'
domain="[('id', '!=', id)]"
No public methods.
diff_user_input_line_count
Integer
compute='_compute_diff_user_input_line_count'
next_survey_input_id
Many2one → survey.user_input
comodel_name='survey.user_input'
readonly=True
origin_input_id
Many2one → survey.user_input
comodel_name='survey.user_input'
readonly=True
save_lines(self, question, answer, comment=None)
diff_with_origin
Html
compute='_compute_diff_with_origin'
store=True
origin_input_line
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/survey |
| PULL REQUEST | |
| PULL REQUEST | 18.0 mig survey answer generation (#224) |