Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send notification to all team members when a new ticket is created from an email #488

Open
lisandroberardi opened this issue Jul 11, 2023 · 6 comments

Comments

@lisandroberardi
Copy link

Hi there,

I'm using the Helpdesk module with Odoo v16. Great work!

All is OK, the only problem is that when a ticket is created from an email only the main administrator receive the notification about that.

Is there any way to send that email to all team members?

Thank you very much!

Regards!

@lisandroberardi
Copy link
Author

Any help here! Thanks!

Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label May 12, 2024
@lorenzomorandini
Copy link

lorenzomorandini commented May 29, 2024

@lisandroberardi did you ever find out?

Is this supposed to be a feature or a bug? It doesn't really makes sense that the administrator receives updates while the team doesn't.. I'm trying to figure out if it's an odoo thing or something done from this module.

@lisandroberardi
Copy link
Author

@lisandroberardi did you ever find out?

Is this supposed to be a feature or a bug? It doesn't really makes sense that the administrator receives updates while the team doesn't.. I'm trying to figure out if it's an odoo thing or something done from this module.

Hi @lorenzomorandini,

After a long revision I solved it:

Enable the developer mode (Menu > 'Settings' > 'Activate the developer mode') and create a new follower for the user you want to receive notifications (Menu > 'Settings' > 'Activate the developer mode' > 'Technical' > 'Followers' > 'NEW'), you could clone the current 'helpdesk.ticket.team' for the Administrator changing the 'Related Partner'.

I hope this help you ;)

Regards,
Lisandro.

@lorenzomorandini
Copy link

Thank you, that pointed me in the right direction. Emails are sent because of the mail.message.subtype objects. Every user subscribed to the chatter of a team gets notified on the creation of tickets for the team.

@lisandroberardi
Copy link
Author

Thank you, that pointed me in the right direction. Emails are sent because of the mail.message.subtype objects. Every user subscribed to the chatter of a team gets notified on the creation of tickets for the team.

@lorenzomorandini Glad to hear that! Regards! Lisandro.

@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants