Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Mail
Folder size
0.08 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
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
sygel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to configure which partners will appear in your chatter messages mention suggestions (the users that Odoo recommends you when you write an @)

Avaliable configuration options:
- users: Will suggest partners that are related to any kind of users(internal, portal or public)."
- users_internal: Will only suggest partners related to internal users.
- None: Will suggest all partners, this is the default odoo option.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form 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 (1)
  • mail_mention_suggestion_option Selection
    help='Configures which type of partners will appear in your chatter messages mention suggestions. Possible values:\n- users: Will suggest partners that are related to any kind of users \n(internal, portal or public).- users_internal: Will only suggest partners related to internal users.- None: Will suggest all partners, this is the default odoo option.' selection=[('users', 'Users'), ('users_internal', 'Internal Users')]
Public methods (0)

No public methods.

New fields (1)
  • mail_mention_suggestion_option Selection
    readonly=False related='company_id.mail_mention_suggestion_option'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_mention_suggestions(self, search, limit=8)
    @api.readonly@api.model
    Puts the is_suggestion check in the returned data to distinguish valid suggestions from cached contacts in OWL