Skip to Content
Menu
This question has been flagged
1 Reply
3518 Views

I am working with odoo 8. I want to know how can I log in the server by just passing connection parameters in the URL (db, login, password). MeansURL string for seamless login from another page to Odoo 8.

Any idea how can we do that ?

Avatar
Discard
Best Answer

you can use erppeek to do that.

import erppeek

SERVER = yourserverurl

DATABASE = yourdatabasename

USERNAME = yourusername

PASSWORD = yourpassword

client = erppeek.Client(SERVER,DATABASE,USERNAME,PASSWORD)


Avatar
Discard
Author

I want to login from other application to odoo

Related Posts Replies Views Activity
0
Mar 21
8033
3
Oct 16
29480
1
Jul 24
401
1
May 23
333
0
Oct 22
594