8000 Revert "[FIX] /start demo url is dead, just demo.odoo.com is enough" · harthe/documentation-user@d6a0391 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6a0391

Browse files
committed
Revert "[FIX] /start demo url is dead, just demo.odoo.com is enough"
This reverts commit 67a0c24. /start will be fixed... or remplaced
1 parent 779afb6 commit d6a0391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/demo_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _submit(result_queue, xid, view='form'):
118118
launcher.start()
119119

120120
def _launcher():
121-
info = xmlrpclib.ServerProxy('https://demo.odoo.com').start()
121+
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
122122
url, db, username, password = \
123123
info['host'], info['database'], info['user'], info['password']
124124

0 commit comments

Comments
 (0)
0