Hi All,
i'm using Odoo 10,
I have created wizard, and inside this wizard i have more than 10 fields,
and one of them is is HTML field.
this html field will generate a table and have button inside it.
i want if i click this button, it will change the other fields data.
for now the button click action already okay,
but my issue is when this button clicked it will close the wizard.
i have tried to use self.redirect_action
this worked, but it cause the wizard to close first, then open again.
is there any way to refresh the wizard content without close the wizard it self?
thanks in advance