TIP: You can type at any time to perform a new search.
Survey Percent Question
survey_percent_question · OCA/survey
- 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
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
typeSelectionselection_add=[('percent_split', _('Percentage'))]
-
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.modelCompute 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.modelReturns the old input lines -
save_line_percent_split(self, user_input_id, question, post, answer_tag)@api.model
Loading…