Skip to Content
मेन्यू
This question has been flagged
2 Replies
3644 Views

Hi,

I am trying to delete some record from database and I got an error .

How I can change it to DELETE with an SQL request?

 self.sudo().with_context(key='value').sudo(SUPERUSER_ID).unlink()


Thanks.

Avatar
Discard

The error is usually to prevent you from leaving your database in an inconsistent state. Like not allowing you to delete a product you have already delivered. What is the error? Bypassing unlink with SQL delete is not recommend.

Author

The error was : 

"Record does not exist or has been deleted.
(Records: account.payment(xxxxxx,), User: Y)"

Related Posts Replies Views Activity
2
अग॰ 25
2496
3
फ़र॰ 25
3803
0
मई 24
46
1
अप्रैल 24
3512
4
सित॰ 23
5055