Revert "[FIX] /start demo url is dead, just demo.odoo.com is enough"

This reverts commit 67a0c24f74.

/start will be fixed... or remplaced
This commit is contained in:
Martin Trigaux 2015-10-05 15:19:30 +02:00
parent 779afb6305
commit d6a039129f

View File

@ -118,7 +118,7 @@ def _submit(result_queue, xid, view='form'):
launcher.start()
def _launcher():
info = xmlrpclib.ServerProxy('https://demo.odoo.com').start()
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
url, db, username, password = \
info['host'], info['database'], info['user'], info['password']