Hi Everyone,
I noticed that at the end of the view for Sales there is a "Messages and communication history" box.
Below the code:
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>
<field name="message_ids" widget="mail_thread"/>
</div>
I created an personal action ( button). How is possible to automatically add a message in "oe_chatter" when someone click on my button?
Thank you a lot,
Selverine