model_data |
Model Data
Catalog: Odoo
Schema: ir
Documentation:
Holds external identifier keys for records in the database.
This has two main uses:
* allows easy data integration with third-party systems,
making import/export/sync of data possible, as records
can be uniquely identified across multiple systems
* allows tracking the origin of data installed by Odoo
modules themselves, thus making it possible to later
update them seamlessly.
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table model_data are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
complete_name |
string |
Complete ID |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
id |
int32 |
ID |
☐ |
|
model |
string |
Model Name |
☑ |
|
module |
string |
Module |
☑ |
|
name |
string |
External Identifier |
☑ |
External Key/Identifier that can be used for data integration with third-party systems |
noupdate |
boolean |
Non Updatable |
☐ |
|
reference |
string |
Reference |
☐ |
|
res_id |
int32 |
Record ID |
☐ |
ID of the target record in the database |
studio |
boolean |
Studio |
☐ |
Checked if it has been edited with Studio. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826