sms.composer :: Send SMS Wizard

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

  • body [requiredtext]: Message

  • comment_single_recipient [readonlyboolean]: Single Mode

  • composition_mode [requiredselection]: Composition Mode

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • mass_force_send [boolean]: Send directly

  • mass_keep_log [boolean]: Keep a note on document

  • mass_use_blacklist [boolean]: Use blacklist

  • number_field_name [char]: Number Field

  • numbers [char]: Recipients (Numbers)

  • recipient_invalid_count [readonlyinteger]: # Invalid recipients

  • recipient_single_description [readonlytext]: Recipients (Partners)

  • recipient_single_number [readonlychar]: Stored Recipient Number

  • recipient_single_number_itf [char]: Recipient Number

  • recipient_single_valid [readonlyboolean]: Is valid

  • recipient_valid_count [readonlyinteger]: # Valid recipients

  • res_id [integer]: Document ID

  • res_ids [char]: Document IDs

  • res_ids_count [readonlyinteger]: Visible records count

  • res_model [char]: Document Model Name

  • res_model_description [readonlychar]: Document Model Description

  • sanitized_numbers [readonlychar]: Sanitized Number

  • template_id [many2one: sms.template]: Use Template

  • write_date [readonlydatetime]: Last Updated on

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