Repository
OCA/event · module folder · Try on Runboat
Module version
1.0.0
Category
Event Management
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/event
Last tracking update
2026-08-14 11:31:50
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pilar Vargas, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits event.event_stage_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…