[FIX]project_assignees:fix bug in allowing portal user as assignees

This commit is contained in:
2023-12-13 13:56:52 +01:00
parent f5bbbc3209
commit a45f52ef63
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<field name="priority" eval="99" />
<field name="arch" type="xml">
<xpath expr="//field[@name='user_id']" position="attributes">
<attribute name="domain">[('share', '=', True)]</attribute>
<attribute name="domain">['|', ('share', '=', False), ('share', '=', True)]</attribute>
</xpath>
</field>
</record>