Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
6938 Weergaven

I'm trying to develop an external application to fetch data from Odoo8 database. I have Insomnia installed and I'm testing the connection by sending POST request much like over there (but with Insomnia instead of Postman):
https://www.surekhatech.com/blog/working-with-odoo-web-services

But I'm not getting typical xml response. Instead I'm getting a whole webpage with "404: Page not found" message.

What is wrong? Is this has to do with Odoo configuration and the API is blocked somewhow?

Avatar
Annuleer
Beste antwoord
@http.route(['/my/invoices', '/my/invoices/page/<int:page>'], type='http', auth="Public", website=True)
You can change type='post' like that you can access page in browser
Avatar
Annuleer
Beste antwoord

xmlrpc protocol can't be reached throuh a browser, i'ts not a like a rest answer.

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
jan. 23
7484
1
mrt. 22
5356
1
feb. 22
5498
1
jul. 20
9326
2
jan. 16
16828