Skip to content
Snippets Groups Projects
Commit 5f0ac1ae authored by tsm-odoo's avatar tsm-odoo
Browse files

[FIX] im_livechat: prevent adding portal users are operator


task-3433465

closes odoo/odoo#129140

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 8e0a4f5c
Branches
Tags
No related merge requests found
......@@ -97,7 +97,7 @@
<notebook>
<page string="Operators" name="operators">
<group>
<field name="user_ids" nolabel="1" colspan="2">
<field name="user_ids" nolabel="1" colspan="2" domain="[['groups_id', 'not in', %(base.group_portal)d]]">
<kanban>
<field name="id"/>
<field name="name"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment