I 'd like to use rest api to exchange data with Odoo.
I tried to connect to Odoo through the rest api but the password to use is not api token but user password.
How to force or which route I need to use to force api token instead of user password ?
Best Regards
Thanks Dear for your answer,
It works with jsonrpc 2.0 with basic authentication, need to check if I could use oauth2.0.
Best Regards,