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
Description: Product Moves (Stock Move Line)
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| allowed_uom_ids | Many-to-Many |
|
_compute_allowed_uom_ids | |
| description_picking | Text |
|
||
| 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 |
|
||
| package_history_id | Package History | Many-to-One |
|
|
| package_id | Source Package | Many-to-One |
|
|
| package_level_id |
|
|||
| picked | Picked | Boolean | - | _compute_picked |
| picking_type_entire_packs |
|
|||
| product_packaging_qty | - |
|
||
| product_uom_category_id |
|
|||
| product_uom_id | 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 | Destination Package | Many-to-One |
|
|
| scheduled_date | Scheduled Date | Datetime |
|
|
| scrap_id | Many-to-One |
|
