ir.model.data :: Model Data

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 [readonlychar]: Complete ID

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • model [requiredchar]: Model Name

  • module [requiredchar]: Module

  • name [requiredchar]: External Identifier

  • noupdate [boolean]: Non Updatable

  • reference [readonlychar]: Reference

  • res_id [many2one_reference]: Record ID

  • studio [boolean]: Studio

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by