Hi all,
Programatically we are sending a mail message, however when we send the message it does not show up in the record's chatter / history?
.send_mail(item.id, force_send=True, raise_exception=True)
With the above I would expect this mail message to be in the item.id's chatter. However it does not show up. I have also tried the below with no success:
.send_mail(item.id, force_send=True, raise_exception=True, email_values={'model': 'stock.picking', 'res_id': item.id})
Thanks for any help!