social/mute_notification_user_auto...
mymage c7da735d67 Translated using Weblate (Italian)
Currently translated at 100.0% (18 of 18 strings)

Translation: social-17.0/social-17.0-mute_notification_user_autosubscribe
Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mute_notification_user_autosubscribe/it/
2024-10-29 12:06:34 +00:00
..
data [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
i18n Translated using Weblate (Italian) 2024-10-29 12:06:34 +00:00
models [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
readme [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
security [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
static/description [BOT] post-merge updates 2024-10-28 09:29:33 +00:00
tests [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
views [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
README.rst [BOT] post-merge updates 2024-10-28 09:29:33 +00:00
__init__.py [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
__manifest__.py [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00
pyproject.toml [ADD]mute_notification_user_autosubscribe: Do not send notification to users autosubscribed through user_id field 2024-10-28 09:33:47 +01:00

README.rst

====================================
Mute Notification User Autosubscribe
====================================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:7fd69709f8165af1b208813a1d6b358d2829c695b43a94f20ead96158724c68e
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
    :target: https://github.com/OCA/social/tree/17.0/mute_notification_user_autosubscribe
    :alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mute_notification_user_autosubscribe
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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.

**Table of contents**

.. contents::
   :local:

Configuration
=============

To configure this module you need to:

-  Go to Settings > Technical > Auto Subscribe Mute
-  Create a new instance or edit an exiting one. The following fields
   are available:

   -  **Name**. The name of the rule.
   -  **Model**. Model in which the rule is applied. Only models with a
      user_id field can be selected.
   -  **Users**. List of users which the rule will be applied to. The
      users in this field will be autosubscribed to the document when
      they are set in the user_id field but only with the "Muted"
      subtype, which notifies nothing. Note that this rule will not be
      applied when the user in the list set itself in the user_id field,
      as the subscription in this case depends on the creation of the
      document, not the autosubscription.
   -  **Groups**. List of groups which the rule will be applied to. The
      users that belong to the groups in this field will be
      autosubscribed to the document when they are set in the user_id
      field but only with the "Muted" subtype, which notifies nothing.
      Note that this rule will not be applied when a user in any of the
      groups in the list set itself in the user_id field, as the
      subscription in this case depends on the creation of the document,
      not the autosubscription.
   -  **Notes**. Text field.

Usage
=====

In case a user that has been automatically applied the "Mute" message
subtype in a subscription through one of the rules provided in this
module needs to be sent notifications in a specific document, just edit
the subscription and select the subtypes for which the user has to be
sent notifications.

Known issues / Roadmap
======================

-  If a and "Auto Subscribe Mute" rule is modified, created or deleted,
   changes will not affect existing documents, so their users subtypes
   will keep the current configuration.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mute_notification_user_autosubscribe%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Sygel

Contributors
------------

-  Manuel Regidor <manuel.regidor@sygel.es>
-  Valentín Vinagre <valentin.vinagre@sygel.es>
-  Harald Panten <harald.panten@sygel.es>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/social <https://github.com/OCA/social/tree/17.0/mute_notification_user_autosubscribe>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.