I want to display comment of res.partner in my module ,when user write on it.but it also display when other field is write.
i'm using domain for it.but it's not working.
<field name="domain">['&',('write_date', '>=', time.strftime('%Y-%m-%d 00:00:00')),('comment','=','abcdfhfgh')]</field>