-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odoorpc.error.RPCError: Access Denied when using API Key #64
Comments
This is caused by this odoo/odoo#75331 unless I am missing something. |
Ok so based on odoo/odoo#75331, OdooRPC is using the session based authentication. Should I close this, or keep it open for future reference? |
@fotisp does this mean OdooRPC will not work with API Key? |
Hello @bizzappdev, yes it won't work right now |
I want to implement this for release v0.10.0, I won't have time to add this for the upcoming v0.9.0 that will be published in a couple of days. So I keep this issue open. |
Using the REST API from Postman using the url "/web/session/authenticate" and having the same issue. Access Denied when using the API Key insted of the password. |
need to be closed as it's the expected behaviour from Odoo |
When using the new "API Keys" functionality on Odoo 14.0, the authentication fails with an authentication denied error message.
The error
The same code with the actual user password works fine.
Furthermore the vanilla code
Works just fine.
I have tried this in Master.
The text was updated successfully, but these errors were encountered: