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.line

View 17.0 View 19.0

Description: Product Moves (Stock Move Line)

Field Description Type Relationship Compute Method
allowed_uom_ids Many-to-Many - uom.uom _compute_allowed_uom_ids
description_picking Description picking Text - move_id.description_picking
is_entire_pack Is added through entire package Boolean -
location_dest_id To Many-to-One stock.location _compute_location_id
location_id From Many-to-One stock.location _compute_location_id
move_partner_id Many-to-One - move_id.partner_id
package_history_id Package History Many-to-One - stock.package.history
package_id Source Package Many-to-One stock.quant.package stock.package
package_level_id Package Level Many-to-One stock.package_level -
picked Picked Boolean - _compute_picked
picking_type_entire_packs Boolean picking_id.picking_type_id.show_entire_packs -
product_packaging_qty Reserved Packaging Quantity Float - _compute_product_packaging_qty
product_uom_category_id Many-to-One product_id.uom_id.category_id -
product_uom_id Unit of Measure Unit Many-to-One uom.uom _compute_product_uom_id
quantity Quantity Float - _compute_quantity
result_package_dest_name Destination Package Name Char - result_package_id.dest_complete_name
result_package_id Destination Package Many-to-One stock.quant.package stock.package
scheduled_date Scheduled Date Datetime - move_id.date
scrap_id Many-to-One - move_id.scrap_id