Tables : ir_translation
Columns10 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes8 |
Contraints0 |
|||
Columns :
| Name | Caption | Primary Key | type |
|---|---|---|---|
| id | id | true | INTEGER |
| name | name | CHARACTER VARYING | |
| res_id | res_id | INTEGER | |
| lang | lang | CHARACTER VARYING | |
| type | type | CHARACTER VARYING | |
| src | src | TEXT | |
| value | value | TEXT | |
| module | module | CHARACTER VARYING | |
| state | state | CHARACTER VARYING | |
| comments | comments | TEXT |
Keys :
| Name | Primary Key | Description |
|---|---|---|
| ir_translation_pkey | true |
Indexes
| Name | UNIQUE | Type | Description |
|---|---|---|---|
| ir_translation_selection_unique | true | Ascending | |
| ir_translation_model_unique | true | Ascending | |
| ir_translation_code_unique | true | Ascending | |
| ir_translation_unique | true | Ascending | |
| ir_translation_comments_index | Ascending | ||
| ir_translation_module_index | Ascending | ||
| ir_translation_type_index | Ascending | ||
| ir_translation_res_id_index | Ascending |
Columns Detail :
| Name | id |
| Table | ir_translation |
| Type | INTEGER |
| Domain | |
| Primary Key | true |
| Not null | true |
| Default Value | nextval('ir_translation_id_seq'::regclass) |
| Name | name |
| Table | ir_translation |
| Type | CHARACTER VARYING |
| Domain | |
| Not null | true |
| Name | res_id |
| Table | ir_translation |
| Type | INTEGER |
| Domain |
| Name | lang |
| Table | ir_translation |
| Type | CHARACTER VARYING |
| Domain | |
| Foreign key | true |
| Name | type |
| Table | ir_translation |
| Type | CHARACTER VARYING |
| Domain |
| Name | src |
| Table | ir_translation |
| Type | TEXT |
| Domain |
| Name | value |
| Table | ir_translation |
| Type | TEXT |
| Domain |
| Name | module |
| Table | ir_translation |
| Type | CHARACTER VARYING |
| Domain |
| Name | state |
| Table | ir_translation |
| Type | CHARACTER VARYING |
| Domain |
| Name | comments |
| Table | ir_translation |
| Type | TEXT |
| Domain |
Project
Odoo Data Model