Hello, I have a little question, in my odoo module I have a mail send function with a template for the users, but I use the message_post() function for generate a message in the dashboard, my problem is that the user receives 2 mails when I only want the mail with the template.
There is a way for self.message_post() don't send a email? Or there is a way for input a template inside self.message_post()
Thanks to everybody!!