Skip to Content
मेन्यू
This question has been flagged
1 Reply
2758 Views

Hello everybody!

I'm trying to listen the save button in the product template form to display a popup. But I don't know how do it.

I tried using the method create and write. But when I return this:

return {
'name':name,
'view_mode': 'form',
'view_id': False,
'res_model': 'message.wizard',
'res_id': partial_id,
'type': 'ir.actions.act_window',
'nodestroy': True,
'target': 'new',
'domain': '[]',
}


It doesn't display nothing.

Also, I saw that this is normal. Because these methods return other types of values.

Can I replace the save button to save the data and display a popup or is it impossible?

I have seen that JavaScript can be used. Maybe to do it I should use this or with a XML template and python I could do it.


Greetings and thank you very much!


Avatar
Discard
Best Answer

You will have to go with javascript.

Avatar
Discard
Related Posts Replies Views Activity
2
मार्च 23
2153
1
जून 22
3182
0
जून 21
4320
0
मई 23
1832
1
सित॰ 21
3338