odoo-rest-api icon indicating copy to clipboard operation
odoo-rest-api copied to clipboard

Module which expose Odoo as a REST API

Results 29 odoo-rest-api issues
Sort by recently updated
recently updated
newest added

Hello, How can i add data to many2many fields in postman? Thanks..

I can filter on USERS_URL = 'http://192.168.1.231:8069/api/res.partner/?query={id, phone, name, company_id{name}}&filter=[["phone", "=", "12345678"]]' but cant filter on USERS_URL = 'http://192.168.1.231:8069/api/res.partner/?query={id, phone, name, company_id{name}}&filter=[["phone", "=", "+12345678"]]' Is this a bug or misuse...

http://localhost:8069/api/project.budget/ 405 (METHOD NOT ALLOWED) Access to XMLHttpRequest at 'http://localhost:8069/api/project.budget/' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin'...

I can't call model's function as described in the readme documentation. Is there an example how to call model's function using this module? thank you.

Mainly adding entries for method call. I needed them to get PDF content such as invoices directly.

I get this error when trying the authentication route from postman. ![Capture d’écran de 2021-10-01 14-43-31](https://user-images.githubusercontent.com/20597325/135639616-44412a4b-6eaa-4f04-ae7d-cb8a829260f3.png) Please help me Guy !

Postman API Step 1: User 1 Post:- http://localhost:8144/auth { "params": { "login": "[email protected]", "password": "test", "db": "test" } } Step 2: User 2 Post:- http://localhost:8144/auth { "params": { "login": "[email protected]",...

Can this be used only to get a product list and price without any authentication? like https://domain.com/api/product.template/?query={name,qty_available}