Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.2
Category
Mail
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 08:42:59
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Akim Juillerat, Weblate, OCA-git-bot, oca-ci, chaule97, Rafael Lima
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module will block the creation in the database of 'Record created'
messages on data models inheriting from mail.thread, but will instead
generate this message on the fly when Odoo displays the messages of a
record.

This allows to reduce the size of the mail_message table.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/mail/thread/messages ThreadController.mail_thread_messages user json POST
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

Loading…