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_product_uom

View 18.0 View 19.0
Inputs Method Outputs
  • product_id
  • product_id.uom_id
  • product_id.uom_id.id
for move in self:
            move.product_uom = move.product_id.uom_id.id
  • product_uom

Back to entity