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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
6023
Görünümler
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
May 18
|
2920 | ||
|
1
Kas 21
|
6432 | ||
|
1
Şub 16
|
4039 | ||
|
2
Tem 24
|
1653 | ||
|
1
Eyl 22
|
3863 |
Try this one: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html