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

Skip to content

Commit 67a0c24

Browse files
committed
[FIX] /start demo url is dead, just demo.odoo.com is enough
1 parent 5cfd0d4 commit 67a0c24

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

0 commit comments

Comments
 (0)
0