Odoo14 : Call a python function from an iframe, using Javascript and postMessage
We created an iframe inside a backend view. We would like to call a python method / action from a button that we created in that iframe. Javascript seems to be the best way to do that, using postMessage call (or similar). But I have no idea about how to do that in Odoo14.
Any help please?