Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_move_line_id_seq'::regclass) |
|
|
|||||||||||
| picking_id | int4 | 10 | √ | null |
|
|
Transfer |
||||||||||
| move_id | int4 | 10 | √ | null |
|
|
Stock Operation |
||||||||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||||||||
| product_id | int4 | 10 | √ | null |
|
|
Product |
||||||||||
| product_uom_id | int4 | 10 | null |
|
|
Unit of Measure |
|||||||||||
| package_id | int4 | 10 | √ | null |
|
|
Source Package |
||||||||||
| package_level_id | int4 | 10 | √ | null |
|
|
Package Level |
||||||||||
| lot_id | int4 | 10 | √ | null |
|
|
Lot/Serial Number |
||||||||||
| result_package_id | int4 | 10 | √ | null |
|
|
Destination Package |
||||||||||
| owner_id | int4 | 10 | √ | null |
|
|
From Owner |
||||||||||
| location_id | int4 | 10 | null |
|
|
From |
|||||||||||
| location_dest_id | int4 | 10 | null |
|
|
To |
|||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| product_category_name | varchar | 2147483647 | √ | null |
|
|
Product Category |
||||||||||
| lot_name | varchar | 2147483647 | √ | null |
|
|
Lot/Serial Number Name |
||||||||||
| state | varchar | 2147483647 | √ | null |
|
|
Status |
||||||||||
| reference | varchar | 2147483647 | √ | null |
|
|
Reference |
||||||||||
| description_picking | text | 2147483647 | √ | null |
|
|
Description picking |
||||||||||
| quantity | numeric | 0 | √ | null |
|
|
Quantity |
||||||||||
| quantity_product_uom | numeric | 0 | √ | null |
|
|
Quantity in Product UoM |
||||||||||
| picked | bool | 1 | √ | null |
|
|
Picked |
||||||||||
| date | timestamp | 29,6 | null |
|
|
Date |
|||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||
| workorder_id | int4 | 10 | √ | null |
|
|
Work Order |
||||||||||
| production_id | int4 | 10 | √ | null |
|
|
Production Order |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_move_line_pkey | Primary key | Asc | id |
| stock_move_line__company_id_index | Performance | Asc | company_id |
| stock_move_line__move_id_index | Performance | Asc | move_id |
| stock_move_line__owner_id_index | Performance | Asc | owner_id |
| stock_move_line__picking_id_index | Performance | Asc | picking_id |
| stock_move_line__product_id_index | Performance | Asc | product_id |
| stock_move_line_free_reservation_index | Performance | Asc/Asc/Asc/Asc/Asc/Asc/Asc | id + company_id + product_id + lot_id + location_id + owner_id + package_id |

