Skip to Content
Menu
This question has been flagged
2 Replies
2897 Views

Hello,

please i want to show last note in oe_chatter into my formview.

please how can i do that ?

Avatar
Discard
Author Best Answer

hello,

what part i should add ?

Avatar
Discard

<div class="oe_chatter">
<field name="message_follower_ids"/>
<field name="activity_ids"/>
<field name="message_ids" options="{'post_refresh': 'recipients'}"/>
</div>

Best Answer

Add this part to after the sheet ending to show all the logs.










If you want to show a specific field changes in the note, add 'tracking=True' for that field in .py file.


Avatar
Discard
Related Posts Replies Views Activity
2
Apr 21
8157
0
Aug 22
1038
2
Dec 24
277
0
Nov 24
77
3
May 24
2864