odoo/addons/live_support/static/ext/test.html

10 lines
404 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://localhost/live_support/static/ext/static/js/require.js"></script>
<script type="text/javascript" src='http://localhost/live_support/loader?p={"db":"test","channel":1}'></script>
</head>
<body style="height:100%; margin:0; padding:0;">
<iframe src="http://openerp.com" height="100%" width=100%"></iframe>
</body>
</html>