Repository
odoo/odoo · module folder
Module version
1.1
Category
Productivity/Calendar
Folder size
0.24 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-08 22:45:28
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Renaud Thiry, Maximilien (malb), Dylan Kiss (dyki), aktr-odoo, nihp-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Send text messages as event reminders

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
calendar_alarm_view_form calendar.alarm.view.form.inherit.calendar.sms calendar.alarm calendar Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event calendar Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.list.calendar_sms calendar.event calendar Inherits calendar.view_calendar_event_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • alarm_type Selection
    ondelete={'sms': 'set default'} selection_add=[('sms', 'SMS Text Message')]
  • sms_template_id Many2one → sms.template
    compute='_compute_sms_template_id' domain=[('model', 'in', ['calendar.event'])] help='Template used to render SMS reminder content.' readonly=False store=True string='SMS Template' args: 'sms.template'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_send_sms(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…