Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4318 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

I want to login from other application to odoo

Related Posts Odpovědi Zobrazení Aktivita
0
bře 21
8956
3
říj 16
30975
1
čvc 24
2144
1
kvě 23
333
0
říj 22
595