documents.request_wizard :: Document Request

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

  • activity_date_deadline_range [integer]: Due Date In

  • activity_date_deadline_range_type [selection]: Due type

  • activity_note [html]: Message

  • activity_type_id [requiredmany2one: mail.activity.type]: Activity type

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • folder_id [many2one: documents.document]: Folder

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • partner_id [many2one: res.partner]: Contact

  • requestee_id [requiredmany2one: res.partner]: Owner

  • res_id [integer]: Resource ID

  • res_model [char]: Resource Model

  • tag_ids [many2many: documents.tag]: Tags

  • write_date [readonlydatetime]: Last Updated on

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