[FIX] openerp -> odoo renamings in db files

closes #4762
This commit is contained in:
youring 2015-01-17 21:31:37 +08:00 committed by Xavier Morel
parent 4b0ce3e699
commit 5c59479577
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>OpenERP</title> <title>Odoo</title>
<link rel="shortcut icon" href="/web/static/src/img/favicon.ico" type="image/x-icon"/> <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/static/src/css/full.css" />
<script src="/web/static/lib/es5-shim/es5-shim.min.js" type="text/javascript"></script> <script src="/web/static/lib/es5-shim/es5-shim.min.js" type="text/javascript"></script>
@ -117,4 +117,4 @@
<script>CFInstall.check({mode: "overlay"});</script> <script>CFInstall.check({mode: "overlay"});</script>
<![endif]--> <![endif]-->
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<html style="height: 100%"> <html style="height: 100%">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>OpenERP</title> <title>Odoo</title>
<link rel="shortcut icon" href="/web/static/src/img/favicon.ico" type="image/x-icon"> <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/static/src/css/full.css">
<link rel="stylesheet" href="/web/static/lib/fontawesome/css/font-awesome.css"> <link rel="stylesheet" href="/web/static/lib/fontawesome/css/font-awesome.css">