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

Module: Inventory

Entity: stock.move

Compute Method: _compute_move_lines_count

Inputs Method Outputs
for move in self:
            move.move_lines_count = len(move.move_line_ids)

Back to entity