Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| URL | The base URL of the Odoo site you're connecting to. For example, http://my.odoo.com/. |
| Database | The name of the Odoo database you're connecting to. |
| User | The Odoo user account used to authenticate. |
| APIToken | The API token (or password) used to authenticate the user. |
| CheckPermissions | Whether to use Odoo user's permissions to determine which tables and views to list. |