sms.resend :: SMS Resend

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

  • can_cancel [readonlyboolean]: Can Cancel

  • can_resend [readonlyboolean]: Can Resend

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • has_insufficient_credit [readonlyboolean]: Has Insufficient Credit

  • has_unregistered_account [readonlyboolean]: Has Unregistered Account

  • id [readonlyinteger]: ID

  • mail_message_id [readonlyrequiredmany2one: mail.message]: Message

  • recipient_ids [one2many: sms.resend.recipient]: Recipients

  • write_date [readonlydatetime]: Last Updated on

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