跳至内容
菜单
此问题已终结
1 回复
4204 查看

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
8864
3
10月 16
30775
1
7月 24
1962
1
5月 23
333
0
10月 22
595