sign.request.item :: Signature Request Item

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • access_token [readonlyrequiredchar]: Security Token

  • access_url [readonlychar]: Portal Access URL

  • access_via_link [boolean]: Accessed Through Token

  • access_warning [readonlytext]: Access warning

  • change_authorized [readonlyboolean]: Change Authorized

  • color [readonlyinteger]: Color

  • communication_company_id [readonlymany2one: res.company]: Company used for communication

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • frame_hash [readonlychar(256)]: Frame Hash

  • id [readonlyinteger]: ID

  • is_mail_sent [readonlyboolean]: Is Mail Sent

  • latitude [float]: Latitude

  • longitude [float]: Longitude

  • mail_sent_order [integer]: Mail Sent Order

  • partner_id [many2one: res.partner]: Signer

  • reference [readonlychar]: Document Name

  • role_id [readonlyrequiredmany2one: sign.item.role]: Role

  • sign_item_value_ids [one2many: sign.request.item.value]: Value

  • sign_request_id [requiredmany2one: sign.request]: Signature Request

  • signature [binary]: Signature

  • signed_without_extra_auth [readonlyboolean]: Signed Without Extra Authentication

  • signer_email [readonlychar]: Email

  • signing_date [readonlydate]: Signed on

  • sms_number [char]: Mobile

  • sms_token [readonlychar]: SMS Token

  • state [readonlyselection]: State

  • write_date [readonlydatetime]: Last Updated on

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