Event Email Reminder

event_email_reminder
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/17.0/event_email_reminder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/event
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - barcodes
    - web
    - base
    - base_setup
    - mail
    - bus
    - web_tour
    - phone_validation
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of event module to allow to send
events reminder emails before an event start.
Adds a configurable scheduled action (cron) that looks for upcoming events and sends 
reminders by mail using a specified email template.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
event_stage_view_form event.stage field Inherits event.event_stage_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None, partner_ids=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: Number of days to reminder when events start (or end, if negative). :param bool draft_events: filter by draft events too. :param bool near_events: If you want receive the events which start between now and limit date. :param int template_id: id of a template or None. :param list(int) partner_ids: list of IDs of the partners we want to notify.

New fields (1)
  • exclude_from_email_reminder Boolean
    string='Exclude from email reminder'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/15.0/event_email_reminder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/event
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:32
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
event_stage_view_form event.stage field Inherits event.event_stage_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None, partner_ids=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: Number of days to reminder when events start (or end, if negative). :param bool draft_events: filter by draft events too. :param bool near_events: If you want receive the events which start between now and limit date. :param int template_id: id of a template or None. :param list(int) partner_ids: list of IDs of the partners we want to notify.

New fields (1)
  • exclude_from_email_reminder Boolean
    string='Exclude from email reminder'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/13.0/event_email_reminder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/event
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None, partner_ids=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: Number of days to reminder when events start (or end, if negative). :param bool draft_events: filter by draft events too. :param bool near_events: If you want receive the events which start between now and limit date. :param int template_id: id of a template or None. :param list(int) partner_ids: list of IDs of the partners we want to notify.
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/12.0/event_email_reminder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None, partner_ids=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: Number of days to reminder when events start (or end, if negative). :param bool draft_events: filter by draft events too. :param bool near_events: If you want receive the events which start between now and limit date. :param int template_id: id of a template or None. :param list(int) partner_ids: list of IDs of the partners we want to notify.
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/9.0/event_email_reminder
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, oca-travis, Rafael Blasco, David
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - bus
    - marketing
    - report
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None, partner_ids=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: Number of days to reminder when events start (or end, if negative). :param bool draft_events: filter by draft events too. :param bool near_events: If you want receive the events which start between now and limit date. :param int template_id: id of a template or None. :param list(int) partner_ids: list of IDs of the partners we want to notify.
REPOSITORY
REPOSITORYOCA/event
GIT
GIThttps://github.com/OCA/event.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/event/tree/8.0/event_email_reminder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYEvent Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - event
    - base_setup
    - base
    - web_kanban
    - web
    - board
    - email_template
    - mail
    - marketing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_event_email_reminder(self, days=7, draft_events=False, near_events=False, template_id=None)
    @api.model
    Enqueue mail with a summary of events that begin on days parameter :param int days: number of days to reminder when events star :param bool draft_events: filter by draft events too :param bool near_events: If you want receive the events which start between now and limit date :param str template_id: id of a template or None