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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
survey_next_survey_update_partner
Description
This module allows to prefill answers from one survey to another.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • next_survey_id Many2one → survey.survey
    comodel_name='survey.survey' domain="[('id', '!=', id)]"
Public methods (0)

No public methods.

New fields (3)
  • 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
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

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)