[FIX] /start demo url is dead, just demo.odoo.com is enough
This commit is contained in:
parent
5cfd0d47a0
commit
67a0c24f74
@ -118,7 +118,7 @@ def _submit(result_queue, xid, view='form'):
|
|||||||
launcher.start()
|
launcher.start()
|
||||||
|
|
||||||
def _launcher():
|
def _launcher():
|
||||||
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
|
info = xmlrpclib.ServerProxy('https://demo.odoo.com').start()
|
||||||
url, db, username, password = \
|
url, db, username, password = \
|
||||||
info['host'], info['database'], info['user'], info['password']
|
info['host'], info['database'], info['user'], info['password']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user