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

Module: VCP Management

Entity: vcp.request

Compute Method: _compute_comment_count

Inputs Method Outputs
for record in self:
            record.comment_count = len(record.comment_ids)

Back to entity