跳至內容
選單
此問題已被標幟
1 回覆
4199 瀏覽次數

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
30770
1
7月 24
1958
1
5月 23
333
0
10月 22
595