Calendar - SMS

calendar_sms
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/calendar_sms
VERSION
VERSION 1.1
CATEGORY
CATEGORYProductivity/Calendar
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Renaud Thiry, Maximilien (malb), Dylan Kiss (dyki), aktr-odoo, nihp-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.list.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/calendar_sms
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Odoo Online, Tiffany Chang (tic), Gorash, Renaud Thiry, Louis Wicket (wil), Maximilien (malb), Dylan Kiss (dyki), Leonardo Pavan Rocha, Gabriel (gdpf), Louis (wil), EL Alaoui Yassine
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.list.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_tree
Models touched (3)

New fields (3)
  • alarm_type Selection
    ondelete={'sms': 'set default'} selection_add=[('sms', 'SMS Text Message')]
  • sms_notify_responsible Boolean
    args: 'Notify Responsible'
  • 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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/calendar_sms
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Odoo Online, Tiffany Chang (tic), Gorash, momegahed, Renaud Thiry, Louis Wicket (wil), Dylan Kiss (dyki), Leonardo Pavan Rocha, Noe Antoine, Gabriel (gdpf), Louis (wil), EL Alaoui Yassine
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - onboarding
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.tree.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_tree
Models touched (3)

New fields (3)
  • alarm_type Selection
    ondelete={'sms': 'set default'} selection_add=[('sms', 'SMS Text Message')]
  • sms_notify_responsible Boolean
    args: 'Notify Responsible'
  • 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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/calendar_sms
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Victor Feyens, momegahed, Yolann Sabaux, Renaud Thiry
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.tree.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/calendar_sms
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Barad Mahendra, Julien Castiaux, Xavier-Do, Victor Feyens, Ivan Yelizariev, Jérémy Hennecart, Kamesh Patel, Tiffany Chang (tic), Arnaud Joset, momegahed, John (jol), Yolann Sabaux, Nicolas Bayet
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits calendar.calendar_alarm_view_form
view_calendar_event_form_inherited calendar.event.form.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_form
view_calendar_event_tree_inherited calendar.event.tree.calendar_sms calendar.event xpath Inherits calendar.view_calendar_event_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/calendar_sms
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Xavier Morel, Barad Mahendra, Xavier-Do, Victor Feyens, fw-bot, Lucas Lefèvre, Ivan Yelizariev, momegahed, Florian Damhaut, Yolann Sabaux
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Send text messages as event reminders

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (1)
  • alarm_type Selection
    ondelete={'sms': 'set default'} selection_add=[('sms', 'SMS Text Message')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_next_mail(self)
    @api.model
    Cron method, overridden here to send SMS reminders as well

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/calendar_sms
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Xavier Morel, Jeremy Kersten, Xavier-Do, Victor Feyens, Lucas Lefèvre, Ivan Yelizariev
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Send text messages as event reminders

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (1)
  • alarm_type Selection
    selection_add=[('sms', 'SMS Text Message')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_next_mail(self)
    @api.model
    Cron method, overridden here to send SMS reminders as well

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/calendar_sms
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Adrian Torres, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap
    - web_settings_dashboard
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Send text messages as event reminders

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (1)
  • type Selection
    selection_add=[('sms', 'SMS Text Message')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_next_mail(self)
    @api.model
    Cron method, overriden here to send SMS reminders as well

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/calendar_sms
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Antony Lesuisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sms
    - iap
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Send text messages as event reminders

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (1)
  • type Selection
    selection_add=[('sms', 'SMS Text Message')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_next_mail(self)
    @api.model
    Cron method, overriden here to send SMS reminders as well

New fields (0)

No new fields.

Public methods (0)

No public methods.