I have observed the table where an One2many
field is related. When I deleted a row of an One2many
field thorough One2many
widget the real row inside the table is not deleted.
The row just got the foreign key column set to NULL
.
Can we change this behavior to permanently (hard) delete the related row?
Why did the designer choose this behavior in the first place? Any technical consideration why?
Thanks