odoo-rest-api
odoo-rest-api copied to clipboard
Module which expose Odoo as a REST API
I've tried to GET from `res.users` using postman, and here's my request : `GET /api/res.users` **Request Body** ```javascript { "params": { "session_id": "19c6f61a6680310ad9aef098a1fdbc45c5d6f388" } } ``` (I tried using only...
Hi Yezyilomo, I have been using your repo for last few months. After some code change I was able to login from my flutter app using your odoo-rest-api. I Use...
Hii team iam trying to use odoo Rest Apis and when i try to fetch list of users with Api : /api/res.users/ iam getting error : AttributeError: 'res.users' object has...
It was outdated, at least not working on current v17 of odoo. Hence the change based on Odoo docs.
How to ordering array?
created invoice not showing odoo dashboard , it shows only invoice get api
If a requested child entry not exist, its child keys are showing false, not null `{ "id": 15, "name": "S00018", "amount_total": 1255.8, "state": "sale", "amount_tax": 59.8, "cart_quantity": 4, "status_id": {...
have support for odoo.sh v17
Replacing fields_get_keys with fields_get results in a large performance penalty (more than 10x slower in some testing). This is due to the fields_get method having more logic and functionality than...