Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Customer Rating

Entity: rating.rating

Compute Method: _compute_rating_text

Inputs Method Outputs
for rating in self:
            rating.rating_text = rating_data._rating_to_text(rating.rating)

Back to entity