I have no problems using the search method with sudo but the browse method gives no result.
search_objs = env['res.partner'].sudo(user.id).search([])
browse_objs = env['res.partner'].sudo(user.id).browse([])
assert len(search_objs) = len(browse_objs)
Is this result difference intended ?
Is this only happening to my configuration ? .
Do you experience the same ?