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

Module: Test ORM

Entity: test_orm.compute.container

Compute Method: _compute_member_count

View 19.0
Inputs Method Outputs
  • member_ids
+ for record in self:
+             record.member_count = len(record.member_ids)
  • member_count

Back to entity