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

I want to get the items that are still not yet viewed. For example in 'Quotation'.

Avatar
Discard

@Axel what part of the code? Can you please give an example?

I edit the domain example in my answer so you could get the idea better

Author

Thanks Sir! :)

Best Answer

@Samantha Cruz

Just search the model using this domain:

unread_ids = self.env['sale.order'].search([('message_unread', '=', True)])
Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
3932
0
May 20
1228
2
Jun 15
36276
0
Jul 25
851
1
May 25
1012