Skip to Content
Menu
This question has been flagged
1 Reply
3101 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
Related Posts Replies Views Activity
1
Mar 15
3217
0
Jan 24
378
2
May 23
6768
1
Feb 22
21396
5
Dec 21
15004