Hi,
Say I want to select from a list of users from the res.users model that belongs to a certain group.
Below is a snippet of code from my form view showing that I'm trying to use context to filter
<page string="Team">
<div>
<field name="responsible_ids" context="{'default_groups_ref': ['pdm.group_team_member']}"/>
</div>
</page>