fix error in res.users._inverse_accessible_team_ids
This commit is contained in:
parent
4e091d3f63
commit
82c214b644
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class User(models.Model):
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"team_id": team.id,
|
"team_id": team.id,
|
||||||
"partner_id": [Command.set([rec.id])],
|
"partner_id": rec.id,
|
||||||
"role": "other",
|
"role": "other",
|
||||||
}
|
}
|
||||||
for team in added_teams
|
for team in added_teams
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue