documents.link_to_record_wizard :: Documents Link to Record

Model super-class for transient records, meant to be temporarily persistent, and regularly vacuum-cleaned. A TransientModel has a simplified access rights management, all users can create new records, and may only access the records they created. The superuser has unrestricted access to all TransientModel records.

Fields

  • accessible_model_ids [readonlymany2many: ir.model]: Models

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • document_ids [readonlymany2many: documents.document]: Documents

  • id [readonlyinteger]: ID

  • is_readonly_model [boolean]: is_readonly_model

  • model_id [many2one: ir.model]: Model

  • resource_ref [reference]: Record

  • write_date [readonlydatetime]: Last Updated on

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