odoo-addons
odoo-addons copied to clipboard
Odoo addons
https://github.com/ajepe/odoo-addons/blob/a7d77742aef82cbf14d07f9fa3016d103545d04e/restful/models/ir_model.py#L29-L99 I found you added some customize code but you added `return` statement before your customization. The code after `return` statement will never be reached and worked. So, is that...
https://github.com/ajepe/odoo-addons/blob/a7d77742aef82cbf14d07f9fa3016d103545d04e/restful/models/ir_model.py#L29 Thanks for the module. But I don't understand what is the reason of adding `return` after called super(). So, the below code will never be reached. So, there is...
Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...
Hi friends, i have been using your app but i can´t use fully the "New Documentation" I can see an url of example but do you can provide more examples...
Hi, i get error 500 when i try to get token according to instruction **Some testing maked:** 1) When i put bad username/password get error "Login, password or db invalid"...
Hello, I try to make a request to the api according to your documentation, and when I send a request I get the following message: 401 - { "type": "access_token_not_found",...
Hello Ajepe, we downloaded this module a couple of months ago. It works great but we noticed that when the module was installed, the standard Odoo error pop-ups stopped appearing....
Hi Mr Ajepe, We got some issues when trying to ask token via GET request. We don't understand the code below, we got already an access token before we ask...
Can you pls share the valid POST request
The PUT example that's in the README doesn't work for FK attributes because the payload is only expecting the form parameters and there is passing it on the body, it...