diff --git a/addons/web_mobile/static/src/js/chrome_mobile.js b/addons/web_mobile/static/src/js/chrome_mobile.js index bcfedd49dba..a28956a0cab 100644 --- a/addons/web_mobile/static/src/js/chrome_mobile.js +++ b/addons/web_mobile/static/src/js/chrome_mobile.js @@ -23,7 +23,7 @@ openerp.web_mobile.MobileWebClient = openerp.web.OldWidget.extend({ start: function() { this._super.apply(this, arguments); var self = this; - this.session.bind().then(function() { + this.session.bind_session().then(function() { openerp.web.qweb.add_template("xml/web_mobile.xml"); self.$element.html(self.render()); self.login.start(); diff --git a/addons/web_mobile/static/src/web_mobile.html b/addons/web_mobile/static/src/web_mobile.html index 391b6c2be7b..5e811f99b48 100755 --- a/addons/web_mobile/static/src/web_mobile.html +++ b/addons/web_mobile/static/src/web_mobile.html @@ -13,7 +13,7 @@ - + @@ -22,9 +22,10 @@ - + +