[FIX]project_assignees:fix bug in allowing portal user as assignees
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "project_assignees",
|
||||
"version": "14.0.1.3.0",
|
||||
"version": "14.0.1.3.1",
|
||||
"author": "Elabore",
|
||||
"website": "https://github.com/elabore-coop/project-tools",
|
||||
"maintainer": "Stéphan Sainléger",
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user