How to filter datas in OpenERP using domain list
I want to filter recods in OPenERP using domain filter expression In the recored I have a field of list of users, so i want get the record where the user logged in the list [(user.id , 'in' , 'user_ids')] This doesn't work it return this error : File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2356, in search return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 4846, in _search self._apply_ir_rules(cr, user, query, 'read', context=context) File "/usr/lib/pymodules