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

Module: Manufacturing

Entity: stock.move

Compute Method: _compute_is_done

View 17.0
Inputs Method Outputs
  • state
- for move in self:
-             move.is_done = (move.state in ('done', 'cancel'))
  • is_done

Back to entity