account_followup.manual_reminder :: Wizard for sending manual reminders to clients

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]: Attachment

  • 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

  • display_name [readonlychar]: Display Name

  • email [boolean]: Email

  • email_recipient_ids [many2many: res.partner]: Extra Recipients

  • id [readonlyinteger]: ID

  • is_mail_template_editor [readonlyboolean]: Is Editor

  • join_invoices [boolean]: Attach Invoices

  • lang [char]: Language

  • partner_id [many2one: res.partner]: Partner

  • print [boolean]: Print

  • render_model [readonlychar]: Rendering Model

  • sms [boolean]: Sms

  • sms_body [char]: Sms Body

  • sms_template_id [many2one: sms.template]: Sms Template

  • subject [char]: Subject

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

  • write_date [readonlydatetime]: Last Updated on

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