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

Module: Purchase and MRP Management

Entity: mrp.production

Compute Method: _compute_purchase_order_count

Inputs Method Outputs
for production in self:
            production.purchase_order_count = len(production._get_purchase_orders())

Back to entity