Tables : ir_ui_menu
Columns12 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes2 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
parent_path | parent_path | CHARACTER VARYING | |
name | name | CHARACTER VARYING | |
active | active | BOOLEAN | |
sequence | sequence | INTEGER | |
parent_id | parent_id | INTEGER | |
web_icon | web_icon | CHARACTER VARYING | |
action | action | 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_ui_menu_pkey | true |
Indexes
Name | UNIQUE | Type | Description |
---|---|---|---|
ir_ui_menu_parent_path_index | Ascending | ||
ir_ui_menu_parent_id_index | Ascending |
Columns Detail :
Name | id |
Table | ir_ui_menu |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('ir_ui_menu_id_seq'::regclass) |
Name | parent_path |
Table | ir_ui_menu |
Type | CHARACTER VARYING |
Domain |
Name | name |
Table | ir_ui_menu |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | active |
Table | ir_ui_menu |
Type | BOOLEAN |
Domain |
Name | sequence |
Table | ir_ui_menu |
Type | INTEGER |
Domain |
Name | parent_id |
Table | ir_ui_menu |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | web_icon |
Table | ir_ui_menu |
Type | CHARACTER VARYING |
Domain |
Name | action |
Table | ir_ui_menu |
Type | CHARACTER VARYING |
Domain |
Name | create_uid |
Table | ir_ui_menu |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | ir_ui_menu |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | ir_ui_menu |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | ir_ui_menu |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model