This question has been flagged
1 Reply
2953 Views

I have a many2many field referencing the user object. I want to add these users automatically as followers on create / edit. However, if I add the field using _message_get_auto_subscribe_fields I get a "unhashable type list" error. How to solve this?

Avatar
Discard
Best Answer

Hey, Dombos Please update your code convert list([]) to tuple(()).



Avatar
Discard