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

HI guys.

I need a confirmation when I delete a element in one2many field.

Like a message: Do you really want delete this element? YES, NO

Exists any way to make this?

Thanks.

Avatar
Discard
Best Answer

Hi,

You have to extend the js for One2many deletion of elements and try to add a precondition using prompt or what ever before delete.

Cheers

Avatar
Discard
Author

Hi,

Thanks, but where is the file which I need overwrite?

Kind regards.