Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4649 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

I want to login from other application to odoo

Post correlati Risposte Visualizzazioni Attività
0
mar 21
9219
3
ott 16
31613
1
lug 24
2608
1
mag 23
333
0
ott 22
595