mail.message.schedule :: Scheduled Messages

Mail message notification schedule queue. This model is used to store the mail messages scheduled. So we can delay the sending of the notifications. A scheduled date field already exists on the <mail.mail> but it does not allow us to delay the sending of the <bus.bus> notifications.

Fields

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • mail_message_id [requiredmany2one: mail.message]: Message

  • notification_parameters [text]: Notification Parameter

  • scheduled_datetime [requireddatetime]: Scheduled Send Date

  • write_date [readonlydatetime]: Last Updated on

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