mail_thread_create_nolog
This module prevents the creation of 'Record created' messages in the database for models inheriting from mail.thread and generates them dynamically to reduce the mail_message table size.
Key Features
- mail.thread: Blocks the creation of 'Record created' messages in the database during record creation.
- mail.message: Generates fake 'Record created' messages on the fly when fetching messages for a record.
- mail.thread.messages: Includes the generated creation message in the API response for thread messages.