Skip to Content
Menu
This question has been flagged
2 Replies
4150 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
9205
1
Mar 25
1979
1
Mar 25
1277
1
Feb 25
1523
2
Dec 24
2494