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

Module: Blog

Entity: blog.blog

Compute Method: _compute_blog_post_count

Inputs Method Outputs
for record in self:
            record.blog_post_count = len(record.blog_post_ids)

Back to entity