Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing/Survey
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/survey
Last tracking update
2026-08-12 11:28:19
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
None
Description
This module extends the Odoo Survey application to allow automatic and
manual sending of certifications when a participant successfully
completes a survey.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
survey_fill_form_done survey_fill_form_done ir.ui.view qweb Inherits survey.survey_fill_form_done
survey_form survey.survey form Inherits survey.survey_survey_view_form
survey_user_input_view_form survey.user_input form Inherits survey.survey_user_input_view_form
view_partner_form res.partner.form.view res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • send_mail(self, res_id, force_send=False, raise_exception=False, email_values=None, email_layout_xmlid=False)

New fields (1)
  • skip_certification_email Boolean
    help='Skip sending the certification automatically after successful completion of the survey.'
Public methods (0)

No public methods.

New fields (1)
  • skip_certification_email Boolean
    help='Skip sending the certification automatically after successful completion of the survey.'
Public methods (0)

No public methods.

New fields (1)
  • certification_sent Boolean
    default=False help='It indicates if the certification has been sent.'
Public methods (1)
  • action_manual_send_certification(self)

Loading…

Loading…