Skip to Content
Menu
This question has been flagged
1 Reply
1921 Views

Odoo V16

To be specific i want to track the field value changes of the tree view of the notebook

Model: purchase.order

Menu: Orders-->Request for Quotation-->Products tab in notebook (tree view)

Avatar
Discard
Best Answer

Hi,

There is no straight forward options to track one2many fields into the chatter. If you need to achieve this, you have to inherit the write method of the purchase.order/purchase.order.line model and manually add the changes to the chatter section using the message_post function.

Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
Oct 22
2321
2
May 22
2361
4
Oct 21
5474
1
Aug 21
5339
2
Feb 18
4942