odoo-rest-api
odoo-rest-api copied to clipboard
Module which expose Odoo as a REST API
Unable to install module "odoo-rest-api-master" because an external dependency is not met: No module named pypeg2 this is after installing it from requirement.txt installing it as a standalone and even...
Im corious about sending session_id through cookies, why not use headers for sending token to odoo instead? thank you very much
How to using related_products. I have using related_products in product.template but it show not found filed related_products
Hello, I'm trying to retreive a field of type date and there is no way the server swalow the request. In the moment I remove that specifyc field everything goes...
When I create a new form and footer include button. for example: stock.immediate.transfer.view.form stock.immediate.transfer You have not recorded done quantities yet, by clicking on apply Odoo will process all the...
I am getting this issue { "jsonrpc": "2.0", "id": null, "error": { "code": 200, "message": "Odoo Server Error", "data": { "name": "odoo.exceptions.AccessDenied", "debug": "Traceback (most recent call last):\n File \"/home/om/odoo-dev/odoo-12/odoo/odoo/http.py\",...
Return record.ids when data is a list of dict(s) instead of a dict.
Does this addon support Odoo v12?
Hi, We can access product information with api. The price of the product is displayed. But I couldn't find how to get the discounted price. I'm trying to reach the...