Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.0
Category
Social
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/mail
Last tracking update
2026-07-28 12:13:57
Authors
Odoo Community Association (OCA), Camptocamp
Maintainers
Odoo Community Association (OCA), Camptocamp
Committers
OCA-git-bot, oca-ci, David Gallay
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Glue module between
- [mail_composer_cc_bcc](../mail_composer_cc_bcc)
- [mail_tracking](../mail_tracking).

It shows, in the chatter, which recipients were in To, Cc and Bcc for each
sent message, reusing mail_tracking's clickable recipient widget.

## Features

- The "To" line rendered by mail_tracking becomes collapsible:
  - shows all recipients
  - expanding it splits them into To / Cc / Bcc
- Global setting to choose which one is the default (collapsed or expanded)
- Global setting to choose whether or not we can collapse from one mode to the other

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.form.chatter.recipients res.config.settings form Inherits mail.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • tracking_status(self)

New fields (2)
  • chatter_recipients_allow_toggle Boolean
    default=True help="Let users switch between the single 'To' line and the full To/Cc/Bcc display. When disabled, only the default display is shown." string='Allow toggling chatter recipients'
  • chatter_recipients_default_display Selection
    default='collapsed' help="How chatter recipients are shown by default: a single collapsed 'To' line, or the full To/Cc/Bcc split." required=True selection=[('collapsed', "Single 'To' line"), ('expanded', 'To / Cc / Bcc split')] string='Default recipient display'
Public methods (0)

No public methods.

New fields (2)
  • chatter_recipients_allow_toggle Boolean
    readonly=False related='company_id.chatter_recipients_allow_toggle'
  • chatter_recipients_default_display Selection
    readonly=False related='company_id.chatter_recipients_default_display' required=True
Public methods (0)

No public methods.