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:
parent
779afb6305
commit
d6a039129f
@ -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()
|
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').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