Overview
To authenticate with Odoo (Client Credentials), you need:- Domain - The domain URL to your Odoo instance.
 - Consumer Key - A unique identifier for your client.
 - Consumer Secret - A confidential key used to authenticate the identity of the application (client).
 
Prerequisites:
- You must have an account with Odoo and installed the Odoo REST API by (Synconics Technologies Pvt. Ltd).
 
Instructions:
Step 1: Finding Your Odoo Domain
- Login to your Odoo account. On you address bar, The URL will be similar to: 
https://example.odoo.com. Your domain is the text afterhttps://, which in this case would beexample.odoo.com. 
Step 2: Generating Your Odoo Client Credentials
- Log in to your Odoo instance with an administrator account.
 - Go to Settings ‣ Users ‣ Users.
 - Click on the user you want to use for REST API access.
 - Click the OAuth applications button.
 - Register an Application you want to interact with your Odoo instance
 - Click on Save button to generate Consumer Key and Secret.
 
Step 3: Enter credentials in the Connect UI
Once you have the Domain, Consumer Key and Consumer Secret:- Open the form where you need to authenticate with Odoo (Client Credentials).
 - Enter the Domain, Consumer Key and Consumer Secret in their designated fields.
 - Submit the form, and you should be successfully authenticated.
 
