Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4176 Visualizações

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
Cancelar
Melhor resposta

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

I want to login from other application to odoo

Publicações relacionadas Respostas Visualizações Atividade
0
mar. 21
8844
3
out. 16
30713
1
jul. 24
1907
1
mai. 23
333
0
out. 22
595