TIP: You can type at any time to perform a new search.
Mail Thread - Fake create log
mail_thread_create_nolog · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- 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
- 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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/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…