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

This commit is contained in:
Martin Trigaux 2015-10-05 11:59:12 +02:00
parent 5cfd0d47a0
commit 67a0c24f74

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').start()
info = xmlrpclib.ServerProxy('https://demo.odoo.com').start()
url, db, username, password = \
info['host'], info['database'], info['user'], info['password']