Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.savoirfairelinux.com
Last tracking update
2026-08-07 07:10:04
Authors
Savoir-faire Linux, Odoo Community Association (OCA), Onestein
Maintainers
Savoir-faire Linux
Committers
Pedro M. Baeza, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
page page ir.ui.view qweb Inherits survey.page
question_percent_split Percent Split ir.ui.view qweb New
result_percent_split Percent Split Result ir.ui.view qweb New
survey_print survey_print ir.ui.view qweb Inherits survey.survey_print
survey_question_form Survey Form +Percent question survey.question form Inherits survey.survey_question_form
survey_result survey_result ir.ui.view qweb Inherits survey.result
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • type Selection
    selection_add=[('percent_split', _('Percentage'))]
Public methods (1)
  • validate_percent_split(self, question, post, answer_tag)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • prepare_result(self, question, current_filters=None)
    @api.model
    Compute statistical data for questions by counting number of vote per choice on basis of filter

New fields (0)

No new fields.

Public methods (2)
  • get_old_lines(self, user_input_id, question)
    @api.model
    Returns the old input lines
  • save_line_percent_split(self, user_input_id, question, post, answer_tag)
    @api.model

Loading…