This question has been flagged
2 Replies
4738 Views

How to prevent wizard from being closed when we click on button in odoo 12, {"type": "ir.actions.do_nothing"} is not supported, i tried to close and reopen wizard but i want if there is any way to prevent it from being closed.

Avatar
Discard
Best Answer
return {
"type": "set_scrollTop",
}
Avatar
Discard
Best Answer

{'type': 'ir.actions.act_window_close'}

Avatar
Discard