sms.resend.recipient :: Resend Notification

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

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • failure_type [readonlyselection]: Error Message

  • id [readonlyinteger]: ID

  • notification_id [requiredmany2one: mail.notification]: Notification

  • partner_id [readonlymany2one: res.partner]: Partner

  • partner_name [readonlychar]: Recipient Name

  • resend [boolean]: Try Again

  • sms_number [char]: Phone Number

  • sms_resend_id [requiredmany2one: sms.resend]: Sms Resend

  • write_date [readonlydatetime]: Last Updated on

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