Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4312 Vizualizări

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 ?

Imagine profil
Abandonează
Cel mai bun răspuns

you can use erppeek to do that.

import erppeek

SERVER = yourserverurl

DATABASE = yourdatabasename

USERNAME = yourusername

PASSWORD = yourpassword

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


Imagine profil
Abandonează
Autor

I want to login from other application to odoo

Related Posts Răspunsuri Vizualizări Activitate
0
mar. 21
8956
3
oct. 16
30973
1
iul. 24
2142
1
mai 23
333
0
oct. 22
595