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

Module: WMS Accounting

Entity: stock.move

Compute Method: _compute_is_valued

View 19.0
Inputs Method Outputs
  • is_in
  • is_out
+ for move in self:
+             move.is_valued = move.is_in or move.is_out
  • is_valued

Back to entity