This question has been flagged

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">['&amp;',('write_date', '&gt;=', time.strftime('%Y-%m-%d 00:00:00')),('comment','=','abcdfhfgh')]</field>

Avatar
Discard