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

Module: PMS - Purchase

Entity: pms.property

Compute Method: _compute_po_line_count

Inputs Method Outputs
for pms_property in self:
            pms_property.po_line_count = len(pms_property.po_line_ids)

Back to entity