Skip to Content
Menú
This question has been flagged
1 Respondre
4300 Vistes

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
Descartar
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
Descartar
Autor

I want to login from other application to odoo

Related Posts Respostes Vistes Activitat
0
de març 21
8951
3
d’oct. 16
30969
1
de jul. 24
2136
1
de maig 23
333
0
d’oct. 22
595