Email History

mail_history
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/12.0/mail_history
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend mail_history assets ir.ui.view qweb Inherits web.assets_backend
Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • mark_all_as_read(self, channel_ids=None, domain=None)
    @api.model
    Override this method for injecting a context key for avoiding the removal of mail.notification. We need to inject as well a true leaf in the domain for avoiding a part of code in super that removes the records by sql.
  • message_format(self)
    @api.multi
    Override this method to add the notification fetching for the read messages.
  • set_message_done(self)
    @api.multi
    Override this method for injecting a context key for avoiding the removal of mail.notification.

New fields (0)

No new fields.

Public methods (1)
  • unlink(self)