fix error in res.users._inverse_accessible_team_ids

This commit is contained in:
Marc Durepos 2024-09-27 13:32:04 -04:00
parent 4e091d3f63
commit 82c214b644

View file

@ -40,7 +40,7 @@ class User(models.Model):
[
{
"team_id": team.id,
"partner_id": [Command.set([rec.id])],
"partner_id": rec.id,
"role": "other",
}
for team in added_teams