From c9a79627f38bfa7ea2d2790b8b0463d3271d1d5f Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Mon, 8 Oct 2012 12:37:00 +0200 Subject: [PATCH] [IMP] added code to download google frame bzr revid: nicolas.vanhoren@openerp.com-20121008103700-8glev3xtzyue7for --- README.web | 7 +++++++ addons/web/controllers/main.py | 22 +++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/README.web b/README.web index 72393bacd34..4c84cefdb22 100644 --- a/README.web +++ b/README.web @@ -1,6 +1,13 @@ OpenERP Web ----------- +The OpenERP Web Client supports the following web browsers: + +* Internet Explorer 9+ +* Google Chrome 22+ +* Firefox 13+ +* Any browser using the latest version of Chrome Frame + To build the documentation use: $ make doc diff --git a/addons/web/controllers/main.py b/addons/web/controllers/main.py index d93aef6526c..85e9bc076be 100644 --- a/addons/web/controllers/main.py +++ b/addons/web/controllers/main.py @@ -568,7 +568,27 @@ html_template = """ }); - + + + """