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

Module: Return Merchandise Authorization Management

Entity: stock.picking

Compute Method: _compute_rma_count

Inputs Method Outputs
  • move_ids
for rec in self:
            rec.rma_count = len(rec.move_ids.mapped("rma_ids"))

Back to entity