Odoo Guide
Setting up the Odoo Integration
To access your users' data from Odoo, you need to enable the Odoo integration in the Platforms Page of the Rutter dashboard.
Odoo does not require any additional developer app setup.
User Authentication with Odoo
A Rutter Connection is created when your end user authenticates their Odoo account via Rutter Link. This in turn allows you to access their account data via the Rutter API.
Odoo uses credential-based authentication. The end user is prompted to enter the following fields in Rutter Link:
- Server URL — the base URL of their Odoo instance (e.g.
https://mycompany.odoo.com) - Database name — the name of the Odoo database to connect to
- Username — the login username for their Odoo account
- Password or API key — the account password in most cases. If the account has two-factor authentication (2FA) enabled, the password is rejected for API access and an API key must be used instead. To generate an API key in Odoo: open the top-right profile menu → My Profile (or Preferences) → Account Security → New API Key, then paste the generated key into this field.