[FIX] im_odoo_support: link "Odoo Support"

The free livechat support doesn't exist anymore, therefore the link
"Odoo Support" does nothing.

opw-683486
This commit is contained in:
Nicolas Martinelli 2016-08-02 17:45:20 +02:00
parent e106691ecb
commit f0d6138712
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
}
},
start_support: function(){
// The free livechat service doesn't exist anymore
window.open('https://www.odoo.com/help', '_blank');
return;
var self = this;
if(!this.assets_loaded){
this.load_assets().then(function(){