[FIX] apps: change test server

bzr revid: chs@openerp.com-20121019122906-8vpwgycr0mqcfvsj
This commit is contained in:
Christophe Simonis 2012-10-19 14:29:06 +02:00
parent 944f3de2c7
commit c1d67819ee
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ openerp.base = function(instance) {
return check_client_available(instance.base.apps._client);
} else {
//var DEFAULT_SERVER = 'http://apps.openerp.com/loempia'; // PROD
var DEFAULT_SERVER = 'http://apps.openerp.com:9069/loempia7'; // TEST
var DEFAULT_SERVER = 'http://apps.v7.openerp.com:8069/apps'; // TEST
//var DEFAULT_SERVER = 'http://localhost:8080/trunk_loempia7'; // DEV
var ICP = new instance.web.Model('ir.config_parameter');
return ICP.call('get_param', ['loempia.server', DEFAULT_SERVER]).pipe(function(u) {