survey.invite :: Survey Invitation 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

  • attachment_ids [many2many: ir.attachment]: Attachments

  • author_id [many2one: res.partner]: Author

  • body [html]: Contents

  • body_has_template_value [readonlyboolean]: Body content is the same as the template

  • can_edit_body [readonlyboolean]: Can Edit Body

  • create_date [readonlydatetime]: Created on

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

  • deadline [datetime]: Answer deadline

  • display_name [readonlychar]: Display Name

  • emails [text]: Additional emails

  • existing_emails [readonlytext]: Existing emails

  • existing_mode [requiredselection]: Handle existing

  • existing_partner_ids [readonlymany2many: res.partner]: Existing Partner

  • existing_text [readonlytext]: Resend Comment

  • id [readonlyinteger]: ID

  • is_mail_template_editor [readonlyboolean]: Is Editor

  • lang [char]: Language

  • mail_server_id [many2one: ir.mail_server]: Outgoing mail server

  • partner_ids [many2many: res.partner]: Recipients

  • render_model [readonlychar]: Rendering Model

  • send_email [boolean]: Send Email

  • subject [char]: Subject

  • survey_access_mode [readonlyselection]: Access Mode

  • survey_id [requiredmany2one: survey.survey]: Survey

  • survey_start_url [readonlychar]: Survey URL

  • survey_users_can_signup [readonlyboolean]: Users can signup

  • survey_users_login_required [readonlyboolean]: Require Login

  • template_id [many2one: mail.template]: Mail Template

  • write_date [readonlydatetime]: Last Updated on

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