Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Social
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
OCA-git-bot, oca-ci, Pablo Cortés
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to select users and/or groups whose members do not have to be sent notifications through the chatter. The models in which these rules have to be applied can also be selected.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
user_autosubscribe_mute_form_view user.autosubscribe.mute.form.view user.autosubscribe.mute form New
user_autosubscribe_mute_tree_view user.autosubscribe.mute.list.view user.autosubscribe.mute list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (6)
  • active Boolean
    default=True
  • group_ids Many2many → res.groups
    comodel_name='res.groups' string='Groups'
  • model_id Many2one → ir.model
    comodel_name='ir.model' domain=<expr> ondelete='cascade' required=True
  • name Char
    required=True
  • notes Text
  • user_ids Many2many → res.users
    comodel_name='res.users' string='Users'
Public methods (0)

No public methods.

Loading…