Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
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
ACSONE SA/NV, Odoo Community Association (OCA), Sodexis, SDi, David Juaneda
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), Sodexis, SDi, David Juaneda
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds an activity board with form, tree, kanban, calendar,
pivot, graph and search views.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mail_activity_view_form_popup mail.activity.view.form.popup (in mail_activity_board) mail.activity activity Inherits mail.mail_activity_view_form_popup
mail_activity_view_search mail.activity.boards.view.search mail.activity search Inherits mail.mail_activity_view_search
mail_activity_view_tree mail.activity.boards.view.list mail.activity list Inherits mail.mail_activity_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • calendar_event_id_partner_ids Many2many
    readonly=True related='calendar_event_id.partner_ids'
  • calendar_event_id_start Datetime
    readonly=True related='calendar_event_id.start'
  • duration Float
    readonly=True related='calendar_event_id.duration'
  • related_model_instance Reference
    compute='_compute_related_model_instance' selection='_selection_related_model_instance' string='Document'
  • res_model_id_name Char
    readonly=True related='res_model_id.name' string='Origin'
Public methods (2)
  • action_activities_board(self)
    @api.model
  • open_origin(self)

New fields (0)

No new fields.

Public methods (1)
  • redirect_to_activities(self, **kwargs)
    Redirects to the list of activities of the object shown. Redirects to the activity board and configures the domain so that only those activities that are related to the object shown are displayed. Add to the title of the view the name the class of the object from which the activities will be displayed. :param kwargs: contains the id of the object and the model it's about. :return: action.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…