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
회신
6313
화면
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
|
3170 | ||
|
1
11월 21
|
7054 | ||
|
1
2월 16
|
4393 | ||
|
2
7월 24
|
2041 | ||
|
1
9월 22
|
4230 |
Try this one: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html