Survey five stars question type

survey_question_type_five_star
REPOSITORY
REPOSITORYOCA/survey
GIT
GIThttps://github.com/OCA/survey.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/survey/tree/16.0/survey_question_type_five_star
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Benoit Aimont
WEBSITE
WEBSITEhttps://github.com/OCA/survey
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
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 (6)
XML IDNameModelTypeStatus
question question ir.ui.view qweb Inherits survey.question_container
result result ir.ui.view qweb Inherits survey.survey_page_statistics_question
result_user result_user ir.ui.view qweb Inherits survey.question_result_number_or_date_or_datetime
star_rate Five starts rating ir.ui.view qweb New
survey_page_print survey_page_print ir.ui.view qweb Inherits survey.survey_page_print
survey_question_form survey.question.form survey.question xpath Inherits survey.survey_question_form
Models touched (3)

New fields (1)
  • question_type Selection
    ondelete={'foo': 'set null'} selection_add=[('star_rate', 'Five Stars Rating')]
Public methods (1)
  • validate_star_rate(self, post, answer_tag)

New fields (0)

No new fields.

Public methods (1)
  • save_lines(self, question, answer, comment=None)

New fields (0)

No new fields.

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/14.0/survey_question_type_five_star
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSEnric Tobella, oca-travis, Weblate, OCA-git-bot, Olga Marco
WEBSITE
WEBSITEhttps://github.com/OCA/survey
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:13
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 (7)
XML IDNameModelTypeStatus
assets_frontend Survey assets ir.ui.view qweb Inherits survey.survey_assets
question question ir.ui.view qweb Inherits survey.question_container
result result ir.ui.view qweb Inherits survey.survey_page_statistics_question
result_user result_user ir.ui.view qweb Inherits survey.question_result_number_or_date
star_rate Five starts rating ir.ui.view qweb New
survey_page_print survey_page_print ir.ui.view qweb Inherits survey.survey_page_print
survey_question_form survey.question.form survey.question xpath Inherits survey.survey_question_form
Models touched (3)

New fields (1)
  • question_type Selection
    ondelete={'foo': 'set null'} selection_add=[('star_rate', 'Five Stars Rating')]
Public methods (1)
  • validate_star_rate(self, post, answer_tag)

New fields (0)

No new fields.

Public methods (1)
  • save_lines(self, question, answer, comment=None)

New fields (0)

No new fields.

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_question_type_five_star
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci, Olga Marco
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 (7)
XML IDNameModelTypeStatus
assets_frontend Survey assets ir.ui.view qweb Inherits survey.survey_assets
print_star_rate Five starts rating ir.ui.view qweb New
question question ir.ui.view qweb Inherits survey.question
result result ir.ui.view qweb Inherits survey.result
star_rate Five starts rating ir.ui.view qweb New
survey_print survey_print ir.ui.view qweb Inherits survey.survey_print
survey_question_form survey.question.form survey.question xpath Inherits survey.survey_question_form
Models touched (3)

New fields (1)
  • question_type Selection
    selection_add=[('star_rate', 'Five stars rating')]
Public methods (1)
  • validate_star_rate(self, post, answer_tag)

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 (1)
  • save_line_star_rate(self, user_input_id, question, post, answer_tag)
    @api.model