Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.1
Category
Discuss
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mail
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), CorporateHub
Maintainers
Odoo Community Association (OCA), CorporateHub
Committers
Karl Southern, Weblate, OCA-git-bot, oca-ci, Elliott Bristow
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows setting reminders for various Activity Types.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mail_activity_reminder_mail_activity_type_view_form_inherit mail_activity_reminder.mail.activity.type.view.form.inherit mail.activity.type form Inherits mail.mail_activity_type_view_form
message_activity_assigned message_activity_assigned ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • deadline Datetime
    compute='_compute_deadline' compute_sudo=True store=True
  • last_reminder_local Datetime
    string='Last reminder (local)'
  • next_reminder Datetime
    compute='_compute_next_reminder' compute_sudo=True store=True string='Next reminder'
Public methods (2)
  • action_notify(self)
  • action_remind(self)
    Group reminders by user and type and send them together

New fields (1)
  • reminders Char
    help='A non-digit-separated list of offsets (in days) when reminders should be fired: e.g. 0 means "on the deadline day" while 5 means "5 calendar days before the deadline".'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…