> ## Documentation Index
> Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Odoo をナレッジベースに接続する

> ビジネス データ アクセスのために Odoo ERP を接続します。

Odoo コネクタを使用すると、Odoo ERP データをナレッジ ベースに直接取り込むことができます。 EKB に接続すると、CRM レコード、在庫、会計などのビジネス データに AI エージェントがアクセスできるようになり、AI エージェントが質問に答えたり、Odoo のライブ データからワークフローを構築したりできるようになります。

## Odoo に接続する

<Steps>
  <Step title="Open Project Settings">
    In your EKB project, navigate to **Settings** in the sidebar.
  </Step>

  <Step title="Go to Connections">
    Select the **Connections** tab and find the **Odoo** tile under **Business Applications**.
  </Step>

  <Step title="Open the Odoo popup">
    Click the **Odoo** tile. A popup appears with the option to connect Odoo ERP for business data access. Click **+ Add Odoo Connection**.
  </Step>

  <Step title="Fill in the connection form">
    Enter the following details:

    | Field                | Required | Description                                                           |
    | -------------------- | -------- | --------------------------------------------------------------------- |
    | **Connection Label** | Yes      | A display name for this connection (e.g. **PLACEHOLDER\_0**).         |
    | **Server URL**       | Yes      | The URL of your Odoo instance (e.g. **PLACEHOLDER\_1**).              |
    | **Database Name**    | Yes      | The name of your Odoo database (e.g. **PLACEHOLDER\_2**).             |
    | **Username**         | Yes      | Your Odoo username (e.g. **PLACEHOLDER\_3**).                         |
    | **API Key**          | Yes      | Your Odoo API key. See below for instructions on how to generate one. |
  </Step>

  <Step title="Save the connection">
    Click **Update Connection** to save. Once authenticated, the **Odoo** tile on the Connections page will display a green dot and a count of your active Odoo connections.
  </Step>
</Steps>

<Check>You're now ready to use your Odoo data in the Knowledge Base!</Check>

## Odoo API キーを取得する方法

1. Odoo アカウントにログインします。
2. **\[設定] → \[ユーザーと会社] → \[ユーザー]** に移動します。
3. ユーザーを選択し、**設定** をクリックします。
4. \[**アカウント セキュリティ**] で、\[**新しい API キー**] をクリックします。
5. 名前を付けて、生成されたキーをコピーします。

<Tip>
  Copy the API key immediately after generating it — Odoo will not display it again after you close the dialog.
</Tip>
