コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4196 ビュー

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 ?

アバター
破棄
最善の回答

you can use erppeek to do that.

import erppeek

SERVER = yourserverurl

DATABASE = yourdatabasename

USERNAME = yourusername

PASSWORD = yourpassword

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


アバター
破棄
著作者

I want to login from other application to odoo

関連投稿 返信 ビュー 活動
0
3月 21
8861
3
10月 16
30768
1
7月 24
1958
1
5月 23
333
0
10月 22
595