TIP: You can type at any time to perform a new search.
Mute Notification User Autosubscribe
mute_notification_user_autosubscribe · OCA/social
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
activeBooleandefault=True -
group_idsMany2many → res.groupscomodel_name='res.groups'string='Groups' -
model_idMany2one → ir.modelcomodel_name='ir.model'domain=<expr>ondelete='cascade'required=True -
nameCharrequired=True -
notesText -
user_idsMany2many → res.userscomodel_name='res.users'string='Users'
No public methods.
Loading…