Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_picking_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||
| backorder_id | int4 | 10 | √ | null |
|
|
Back Order of |
||||||||||||||||||||||||||||||||||||||||
| return_id | int4 | 10 | √ | null |
|
|
Return of |
||||||||||||||||||||||||||||||||||||||||
| group_id | int4 | 10 | √ | null |
|
|
Procurement Group |
||||||||||||||||||||||||||||||||||||||||
| location_id | int4 | 10 | null |
|
|
Source Location |
|||||||||||||||||||||||||||||||||||||||||
| location_dest_id | int4 | 10 | null |
|
|
Destination Location |
|||||||||||||||||||||||||||||||||||||||||
| picking_type_id | int4 | 10 | null |
|
|
Operation Type |
|||||||||||||||||||||||||||||||||||||||||
| partner_id | int4 | 10 | √ | null |
|
|
Contact |
||||||||||||||||||||||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||||||||||||||||||||||||||||||||
| user_id | int4 | 10 | √ | null |
|
|
Responsible |
||||||||||||||||||||||||||||||||||||||||
| owner_id | int4 | 10 | √ | null |
|
|
Assign Owner |
||||||||||||||||||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||||||||||||||||||||
| name | varchar | 2147483647 | √ | null |
|
|
Reference |
||||||||||||||||||||||||||||||||||||||||
| origin | varchar | 2147483647 | √ | null |
|
|
Source Document |
||||||||||||||||||||||||||||||||||||||||
| move_type | varchar | 2147483647 | null |
|
|
Shipping Policy |
|||||||||||||||||||||||||||||||||||||||||
| state | varchar | 2147483647 | √ | null |
|
|
Status |
||||||||||||||||||||||||||||||||||||||||
| priority | varchar | 2147483647 | √ | null |
|
|
Priority |
||||||||||||||||||||||||||||||||||||||||
| picking_properties | jsonb | 2147483647 | √ | null |
|
|
Properties |
||||||||||||||||||||||||||||||||||||||||
| note | text | 2147483647 | √ | null |
|
|
Notes |
||||||||||||||||||||||||||||||||||||||||
| has_deadline_issue | bool | 1 | √ | null |
|
|
Is late |
||||||||||||||||||||||||||||||||||||||||
| printed | bool | 1 | √ | null |
|
|
Printed |
||||||||||||||||||||||||||||||||||||||||
| is_locked | bool | 1 | √ | null |
|
|
Is Locked |
||||||||||||||||||||||||||||||||||||||||
| scheduled_date | timestamp | 29,6 | √ | null |
|
|
Scheduled Date |
||||||||||||||||||||||||||||||||||||||||
| date_deadline | timestamp | 29,6 | √ | null |
|
|
Deadline |
||||||||||||||||||||||||||||||||||||||||
| date | timestamp | 29,6 | √ | null |
|
|
Creation Date |
||||||||||||||||||||||||||||||||||||||||
| date_done | timestamp | 29,6 | √ | null |
|
|
Date of Transfer |
||||||||||||||||||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||||||||||||||||||||||||||||||||
| sale_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_picking_pkey | Primary key | Asc | id |
| stock_picking__backorder_id_index | Performance | Asc | backorder_id |
| stock_picking__company_id_index | Performance | Asc | company_id |
| stock_picking__owner_id_index | Performance | Asc | owner_id |
| stock_picking__partner_id_index | Performance | Asc | partner_id |
| stock_picking__picking_type_id_index | Performance | Asc | picking_type_id |
| stock_picking__return_id_index | Performance | Asc | return_id |
| stock_picking__sale_id_index | Performance | Asc | sale_id |
| stock_picking__scheduled_date_index | Performance | Asc | scheduled_date |
| stock_picking__state_index | Performance | Asc | state |
| stock_picking_name_uniq | Must be unique | Asc/Asc | name + company_id |

