I'm trying to do a xmlrpc call without credentials, just checking if the user is logged on odoo by browser, it's possible to pass a cookie to xmlrpc to authenticate the user and make a rpc call ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
5988
ビュー
This can be achieved using webControllers to get information
ref: https://www.odoo.com/documentation/11.0/reference/http.html
And after all use xmlrpc with an trusted user to call the actions needed if you have to call functions or insert data into odoo.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
5月 18
|
2876 | ||
|
1
11月 21
|
6353 | ||
|
1
2月 16
|
4006 | ||
|
2
7月 24
|
1618 | ||
|
1
9月 22
|
3826 |
Try this one: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html