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.
Fields
complete_name [readonly; char]:
Complete ID
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
display_name [readonly; char]:
Display Name
id [readonly; integer]:
ID
model [required; char]:
Model Name
module [required; char]:
Module
name [required; char]:
External Identifier
noupdate [boolean]:
Non Updatable
reference [readonly; char]:
Reference
res_id [many2one_reference]:
Record ID
studio [boolean]:
Studio
write_date [readonly; datetime]:
Last Updated on
write_uid [readonly; many2one: res.users]:
Last Updated by