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
| Inputs | Method | Outputs |
|---|---|---|
|
for move in self:
move.product_uom = move.product_id.uom_id.id
|
|
