You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 postman to play around with the api.
I am able to get result for login api with the below code snippet.
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 postman to play around with the api.
I am able to get result for login api with the below code snippet.
Next I want to get the product list from odoo. I did bit format to your code like this
When I try to get response from postman (without passing anything in the body). I get the below error
2020-02-20 08:39:07,874 8663 INFO testodoo odoo.http: /api/product.template/: Invalid JSON data: '' 2020-02-20 08:39:07,875 8663 INFO testodoo werkzeug: 127.0.0.1 - - [20/Feb/2020 08:39:07] "GET /api/product.template/ HTTP/1.1" 400 -
Can you please tell me how could I get product list from odoo using your api?
thanks
The text was updated successfully, but these errors were encountered: