Hello,
I added many2many field with res.users object related in journals page and I want only selected users to view the journal. I used a domain with: [('accountant_ids','=',user.id)]
it didn't work as well as I tried this one: ['|',('accountant_ids','=',user.id),('accountant_ids','=',False)] , but still didn't work. Is there any solution?
Waiting for a response. Thanks in andvance!