Skip to Content
Menu
This question has been flagged
1 Reply
4941 Views

Working with the external odoo API, when using the admin user for several instances of a script, it shows by console the following error "(\ 'Error, a partner can not follow twice the same object. \', None) \ n '> " With only one, but with several if. How could I solve this problem? Thank you

Avatar
Discard
Best Answer

Hi Edger,

this is sql constraint from mail.followers for unique(res_model,res_id,partner_id) OR unique(res_model,res_id,channel_id)

Avatar
Discard
Related Posts Replies Views Activity
3
Jan 23
6683
1
Mar 22
4844
1
Jul 20
8936
1
Jan 24
2939
0
Sep 23
27