Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.2
Category
Mail
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mail
Last tracking update
2026-08-07 08:42:57
Authors
Odoo Community Association (OCA), Sygel, Moduon
Maintainers
Odoo Community Association (OCA), Sygel, Moduon
Committers
ArnauCForgeFlow, Weblate, OCA-git-bot, oca-ci, Kevin Khao, David Bañón
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of mailing to show the document
followers in head of the mails. In the cc, only appear when:

1.  The followers only count if are contacts or external users (Inner
    Followers will be discriminated)
2.  The number of followers are more than 1.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.mail.show.follower res.config.settings form Inherits mail.res_config_settings_view_form
view_users_form_mail_show_follower view.users.form.mail.show.follower res.users form Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • show_followers_message_response_warning Html
    default='Notice: Replies to this email will be sent to all recipients' string="Text 'Replies'" translate=True
  • show_followers_message_sent_to Html
    default='This message has been sent to' string="Text 'Sent to'" translate=True
  • show_followers_partner_format Char
    default='%(partner_name)s' help='Supported parameters:\n%(partner_name)s = Partner Name\n%(partner_email)s = Partner Email\n%(partner_email_domain)s = Partner Email Domain' string='Partner format'
  • show_internal_users_cc Boolean
    default=True string='Show Internal Users CC'
Public methods (0)

No public methods.

New fields (6)
  • show_followers_message_preview Html
    readonly=True store=False string='Message preview'
  • show_followers_message_response_warning Html
    readonly=False related='company_id.show_followers_message_response_warning'
  • show_followers_message_sent_to Html
    readonly=False related='company_id.show_followers_message_sent_to'
  • show_followers_models_to_exclude Char
    config_parameter='show_followers.models_to_exclude' help='Tecnichal model names separated by coma'
  • show_followers_partner_format Char
    help='Supported parameters:\n%(partner_name)s = Partner Name\n%(partner_email)s = Partner Email\n%(partner_email_domain)s = Partner Email Domain' readonly=False related='company_id.show_followers_partner_format'
  • show_internal_users_cc Boolean
    readonly=False related='company_id.show_internal_users_cc'
Public methods (1)
  • onchange_show_followers_message_preview(self)
    @api.onchange('show_followers_message_sent_to', 'show_followers_partner_format', 'show_followers_message_response_warning')

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • show_in_cc Boolean
    default=True string='Show in CC'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
91 days ago
Last activity
10 days ago
Repository
OCA/mail
Pull request
[19.0][MIG] mail_show_follower: Migration to 19.0 (#197)