This question has been flagged
5039 Views

Hi !

Today, I started tinkering with the Open chatter feature. So I inherited the models ['mail.thread', 'ir.needaction_mixin'] and added the widgets.

Now I want to modify some things:

- the first message when a record is created (I can prevent it, but I wonder why it says 'Mail Thread created' instead of 'My Object created')

- the emails sent to the followers (I tried overriding message_new and message_update, but my log doesn't show any message I trigger - via _logger.info('blablabla') -, so I wonder if the methods are called at all)

Can someone help me with this ?

Avatar
Discard