Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing/Survey
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/survey
Last tracking update
2026-08-10 17:31:09
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 allows you to include a legal terms acceptance checkbox in
your surveys. You have the ability to customize this feature for each
individual survey.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
survey_fill_form_in_progress Legal terms in survey page ir.ui.view qweb Inherits survey.survey_fill_form_in_progress
survey_form survey.survey form Inherits survey.survey_survey_view_form
survey_legal_terms Survey legal terms acceptance ir.ui.view qweb New
survey_user_input_view_form survey.user_input form Inherits survey.survey_user_input_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) SurveyMetada.survey_submit inherited http ALL
Models touched (2)

New fields (3)
  • legal_terms Boolean
    help='The users will be prompted to require the acceptance of the legal terms to be able to submit their answers' string='Require legal terms acceptance'
  • legal_terms_link Char
    default='/terms'
  • legal_terms_text Text
    default='I accept the legal terms, the privacy policy and conditions.'
Public methods (0)

No public methods.

New fields (1)
  • user_metadata Text
    help='Metadata gathered during survey validation when legal terms are enabled' readonly=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…