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

Module: Forum

Entity: forum.post

Compute Method: _compute_favorite_count

Inputs Method Outputs
for post in self:
            post.favourite_count = len(post.favourite_ids)

Back to entity