in odoo 17, I want to group sales representatives in the contact list through the search panel. but there is a bug,please help me.
I added the following code to the contact search view:
my code:
please see the comment
then I get the bug:
TypeError: inconsistent models in: res.partner() - res.users(2,)
<searchpanel>
<field name="user_id" enable_counters="1"/>
</searchpanel>