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 ?
Cette question a été signalée
1
Répondre
7750
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
mai 18
|
4463 | ||
|
|
1
nov. 21
|
8800 | ||
|
|
1
févr. 16
|
5643 | ||
|
|
2
juil. 24
|
3696 | ||
|
|
1
sept. 22
|
5661 |
Try this one: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html