Survey Result Mail

survey_result_mail
REPOSITORY
REPOSITORYOCA/survey
GIT
GIThttps://github.com/OCA/survey.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/survey/tree/17.0/survey_result_mail
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMarketing/Survey
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/survey
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - survey
    - auth_signup
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - http_routing
    - gamification
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits survey.survey_survey_view_form
survey_page_print Survey answers for print xpath 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 field Inherits survey.survey_user_input_view_form
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.

REPOSITORY
REPOSITORYOCA/survey
GIT
GIThttps://github.com/OCA/survey.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/survey/tree/15.0/survey_result_mail
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYMarketing/Survey
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/survey
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - survey
    - auth_signup
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 xpath Inherits survey.survey_form
survey_page_print Survey answers for print xpath 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 field Inherits survey.survey_user_input_view_form
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.

REPOSITORY
REPOSITORYOCA/survey
GIT
GIThttps://github.com/OCA/survey.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/survey/tree/13.0/survey_result_mail
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMarketing/Survey
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/survey
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - survey
    - auth_signup
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (12)
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 xpath Inherits survey.survey_form
survey_page_print Survey: print page ir.ui.view qweb New
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
Models touched (2)

New fields (1)
  • send_result_mail Boolean
    help='When the survey is submitted, an email will be sent to the user withthe answers'
Public methods (0)

No public methods.

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

No public methods.