another fix to unhashable type list re #107
This commit is contained in:
parent
27250e1fe5
commit
933c56f8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class CalendarEvent(models.Model):
|
||||||
changed_vals.update(
|
changed_vals.update(
|
||||||
{
|
{
|
||||||
"partner_ids":
|
"partner_ids":
|
||||||
[Command.set(values.pop("partner_ids"))],
|
values.pop("partner_ids"),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue