Maintainers
This module is part of the sygel-technology/sy-social project on GitHub.
You are welcome to contribute.
This module allows to select multiple models in each user so they don’t receive a notification from the documents related to those models when the users are assigned to them. This module works for both Odoo and email notifications.
Table of contents
To configure this module, you need to:
It is important to keep in mind that automatic assignment notifications are only created when a model meets the following requirements:
This module will not work with models that do not meet all those three requirements. Also, notification methods can be overriden, so the module would not work in those cases either.
A particular example of a model that does not work is the project.task model. It does not have a user_id field, but a Many2many user_ids field. Assignment notifications are created using a specific custom method for this model, so are not blocked using this module.
To use this module, you need to:
Note: Notifications are, by default, handled by emails. You can change them, to be handled in odoo, in your preferences.
Bugs are tracked on GitHub 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.
Do not contact contributors directly about support or help with technical issues.
This module is part of the sygel-technology/sy-social project on GitHub.
You are welcome to contribute.