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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1
Responder
5996
Visualizações
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
1
mai. 18
|
2887 | ||
|
1
nov. 21
|
6361 | ||
|
1
fev. 16
|
4018 | ||
|
2
jul. 24
|
1623 | ||
|
1
set. 22
|
3838 |
Try this one: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html