Hi
I have add a new page to my odoo 12 site on windows 10 which uses an iframe on port :8080, this works just fine on the local network.
<iframe src="https://192.168.1.122/:8080" style="width:100%;height:1000px;"/>
In odoo I use multipal websites so need the "calling Domain" to call the same Domain name for the iframe eg src="htps://xxxxx:8080"
eg. https://odoosite01:8080 or https://odoosite02:8080 or https://odoosite03:8080
So I guess I need somethink like :-
<iframe src="https:// { variable holding the Active domain name } /:8080" style="width:100%;height:1000px;"/>
I have tryed the $host variable without success ! not sure if syntax or variable is the problem ?
So my question is I can edit the page XML (HTML) on this new page using website builder so what is the XML (HTML) syntax and variable I can use in the iframe call to acheve this.
As I am new to this any help would be appriciated ?
No one can answer this question !!!
If I can get a reply to this simple question, then maybe there is no point investing more time in tryiing to learing odoo.