Tables : ir_model_access
Columns13 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes3 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
name | name | CHARACTER VARYING | |
active | active | BOOLEAN | |
model_id | model_id | INTEGER | |
group_id | group_id | INTEGER | |
perm_read | perm_read | BOOLEAN | |
perm_write | perm_write | BOOLEAN | |
perm_create | perm_create | BOOLEAN | |
perm_unlink | perm_unlink | BOOLEAN | |
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_model_access_pkey | true |
Indexes
Name | UNIQUE | Type | Description |
---|---|---|---|
ir_model_access_group_id_index | Ascending | ||
ir_model_access_model_id_index | Ascending | ||
ir_model_access_name_index | Ascending |
Columns Detail :
Name | id |
Table | ir_model_access |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('ir_model_access_id_seq'::regclass) |
Name | name |
Table | ir_model_access |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | active |
Table | ir_model_access |
Type | BOOLEAN |
Domain |
Name | model_id |
Table | ir_model_access |
Type | INTEGER |
Domain | |
Not null | true |
Foreign key | true |
Name | group_id |
Table | ir_model_access |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | perm_read |
Table | ir_model_access |
Type | BOOLEAN |
Domain |
Name | perm_write |
Table | ir_model_access |
Type | BOOLEAN |
Domain |
Name | perm_create |
Table | ir_model_access |
Type | BOOLEAN |
Domain |
Name | perm_unlink |
Table | ir_model_access |
Type | BOOLEAN |
Domain |
Name | create_uid |
Table | ir_model_access |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | ir_model_access |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | ir_model_access |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | ir_model_access |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model