another fix to unhashable type list re PYTHON-ODOO-BEMADE-J
This commit is contained in:
parent
4b297cd54b
commit
70e857c4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ class CalendarEvent(models.Model):
|
|||
if attendee_ids - existing_instance.partner_ids:
|
||||
changed_vals.update(
|
||||
{
|
||||
"partner_ids",
|
||||
"partner_ids":
|
||||
[Command.set(values.pop("partner_ids"))],
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue