Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 07:31:58
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Carlos Roca, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Tom Blauwendraat
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend mail_history assets ir.ui.view qweb Inherits web.assets_backend
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)