sms.tracker :: Link SMS to mailing/sms tracking models

Relationship between a sent SMS and tracking records such as notifications and traces. This model acts as an extension of a `mail.notification` or a `mailing.trace` and allows to update those based on the SMS provider responses both at sending and when later receiving sent/delivery reports (see `SmsController`). SMS trackers are supposed to be created manually when necessary, and tied to their related SMS through the SMS UUID field. (They are not tied to the SMS records directly as those can be deleted when sent). Note: Only admins/system user should need to access (a fortiori modify) these technical records so no "sudo" is used nor should be required here.

Fields

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • mail_notification_id [many2one: mail.notification]: Mail Notification

  • sms_uuid [requiredchar]: SMS uuid

  • write_date [readonlydatetime]: Last Updated on

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