TIP: You can type at any time to perform a new search.
Mail Activity Reminder
mail_activity_reminder · OCA/mail
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
deadlineDatetimecompute='_compute_deadline'compute_sudo=Truestore=True -
last_reminder_localDatetimestring='Last reminder (local)' -
next_reminderDatetimecompute='_compute_next_reminder'compute_sudo=Truestore=Truestring='Next reminder'
-
action_notify(self) -
action_remind(self)Group reminders by user and type and send them together
New fields (1)
-
remindersCharhelp='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".'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…