Tables : ir_actions_todo
Columns9 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes1 |
Contraints0 |
|||
Columns :
| Name | Caption | Primary Key | type |
|---|---|---|---|
| id | id | true | INTEGER |
| action_id | action_id | INTEGER | |
| sequence | sequence | INTEGER | |
| state | state | CHARACTER VARYING | |
| name | name | CHARACTER VARYING | |
| create_uid | create_uid | INTEGER | |
| create_date | create_date | TIMESTAMP(6) | |
| write_uid | write_uid | INTEGER | |
| write_date | write_date | TIMESTAMP(6) |
Keys :
| Name | Primary Key | Description |
|---|---|---|
| ir_actions_todo_pkey | true |
Indexes
| Name | UNIQUE | Type | Description |
|---|---|---|---|
| ir_actions_todo_action_id_index | Ascending |
Columns Detail :
| Name | id |
| Table | ir_actions_todo |
| Type | INTEGER |
| Domain | |
| Primary Key | true |
| Not null | true |
| Default Value | nextval('ir_actions_todo_id_seq'::regclass) |
| Name | action_id |
| Table | ir_actions_todo |
| Type | INTEGER |
| Domain | |
| Not null | true |
| Name | sequence |
| Table | ir_actions_todo |
| Type | INTEGER |
| Domain |
| Name | state |
| Table | ir_actions_todo |
| Type | CHARACTER VARYING |
| Domain | |
| Not null | true |
| Name | name |
| Table | ir_actions_todo |
| Type | CHARACTER VARYING |
| Domain |
| Name | create_uid |
| Table | ir_actions_todo |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | create_date |
| Table | ir_actions_todo |
| Type | TIMESTAMP(6) |
| Domain |
| Name | write_uid |
| Table | ir_actions_todo |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | write_date |
| Table | ir_actions_todo |
| Type | TIMESTAMP(6) |
| Domain |
Project
Odoo Data Model