21 Jan 2013 23:13
[OpenERP-users] 6.1.1 works great, 7.0 blank page
6.1.1 works great but I get only a blank page from 7.0 (restarted
openerp) with the following source:
<!DOCTYPE html>
<html style="height: 100%">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>OpenERP</title>
<link rel="shortcut icon"
href="/web/static/src/img/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/web/static/src/css/full.css" />
<link rel="stylesheet" href="/web/webclient/css">
<script type="text/javascript" src="/web/webclient/js"></script>
<script type="text/javascript">
$(function() {
var s = new openerp.init([]);
var wc = new s.web.WebClient();wc.appendTo($(document.body));
});
</script>
</head>
<body>
<!--[if lte IE 8]>
<script
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script>CFInstall.check({mode: "overlay"});</script>
<![endif]-->
</body>
</html>
(Continue reading)
RSS Feed