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

I have created a custom modules which implement a wizard that  have a many2one relation with a project.task record. My problem is that if this wizard is called it then refer to a task id, so if a user try to delete this task he will see an error until the system decide to purge transient records from the database. Is there some solution to this problem?

Avatar
Discard
Author Best Answer

It seems that you have to set the parameter ondelete="cascade"  for the many2one fields declared in the wizard that refer to regular models.

Avatar
Discard
Related Posts Replies Views Activity
2
Sep 24
12564
2
Dec 21
6569
1
Aug 20
8128
2
Nov 24
13317
4
Sep 19
6973