Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing/Survey
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/survey
Last tracking update
2026-08-07 11:25:36
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, oca-ci, Adasat Torres de León
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
survey_crm_generation
Description
This module extends the functionality of surveys to allow you to send an
automatic email with the survey answers to the filler as soon as the
questionary is completed.

Code Analysis

Views touched (13)
XML IDNameModelTypeStatus
question_char_box question_char_box ir.ui.view qweb New
question_date Question: date box ir.ui.view qweb New
question_datetime Question: datetime box ir.ui.view qweb New
question_matrix Question: matrix ir.ui.view qweb New
question_multiple_choice Question: multiple choice ir.ui.view qweb New
question_numerical_box Question: numerical box ir.ui.view qweb New
question_simple_choice Question: simple choice ir.ui.view qweb New
question_text_box Question: free text box ir.ui.view qweb New
survey_form survey.survey form Inherits survey.survey_survey_view_form
survey_page_print Survey answers for print Inherits survey.survey_page_print
survey_result_report_view survey_result_report_view ir.ui.view qweb New
survey_result_report_view_document survey_result_report_view_document ir.ui.view qweb New
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 (2)

New fields (2)
  • result_mail_template_id Many2one → mail.template
    comodel_name='mail.template' domain="[('model', '=', 'survey.user_input')]"
  • send_result_mail Boolean
    help='When the survey is submitted, an email will be sent to the user withthe answers' string='Send survey answers'
Public methods (0)

No public methods.

New fields (1)
  • survey_result Html
    compute='_compute_survey_result'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…