Issue Rating

rating_project_issue
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/rating_project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Jérome Maes, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITEhttp://odoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - rating_project
    - rating
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - project
    - product
    - decimal_precision
    - report
    - analytic
    - resource
    - web_planner
    - project_issue
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows a customer to give rating on Project Issue.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
project_issue_view_form_inherit_rating project.issue.view.form.inherit.rating project.issue xpath Inherits project_issue.project_issue_form_view
project_issue_view_kanban_inherit_rating project.issue.view.kanban.inherit.rating project.issue xpath Inherits project_issue.project_issue_kanban_view
project_issue_view_rating project.issue.view.rating project.project div Inherits project.edit_project
Models touched (3)

New fields (0)

No new fields.

Public methods (2)
  • rating_apply(self, rate, token=None, feedback=None, subtype=None)
    @api.multi
  • write(self, values)
    @api.multi

New fields (1)
  • percentage_satisfaction_issue Integer
    compute='_compute_percentage_satisfaction_issue' default=-1 store=True string='Happy % on Issue'
Public methods (2)
  • action_view_all_rating(self)
    @api.multi
  • action_view_issue_rating(self)
    @api.multi
    return the action to see all the rating about the issues of the project

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/rating_project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Jérome Maes, Géry Debongnie, Yannick Tivisse
WEBSITE
WEBSITEhttp://odoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - rating_project
    - rating
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
    - project
    - product
    - decimal_precision
    - report
    - analytic
    - portal
    - auth_signup
    - resource
    - web_tip
    - web_planner
    - project_issue
    - sales_team
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows a customer to give rating on Project Issue.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
project_issue_view_rating project.issue.view.rating project.project div Inherits project.edit_project
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • write(self, values)
    @api.multi

New fields (1)
  • percentage_satisfaction_issue Integer
    compute='_compute_percentage_satisfaction_issue' default=-1 store=True string='% Happy'
Public methods (2)
  • action_view_all_rating(self)
    @api.multi
  • action_view_issue_rating(self)
    @api.multi
    return the action to see all the rating about the issues of the project

New fields (0)

No new fields.

Public methods (1)
  • apply_rating(self, rate, res_model=None, res_id=None, token=None)
    @api.model
    check if the auto_validation_kanban_state is activated. If so, apply the modification of the kanban state according to the given rating.