# Odoo

Open-source ERP and CRM platform for business management, including sales, accounting, inventory, and project management

- **Category:** crm
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 10
- **Triggers:** 0
- **Slug:** `ODOO`
- **Version:** 20260407_00

## Tools

### Odoo JSON-RPC Call

**Slug:** `ODOO_CALL_ODOO_JSONRPC`

JSON-RPC endpoint for Odoo external API calls. Provides the same functionality as XML-RPC but with JSON encoding. DEPRECATED in v19.0 and scheduled for removal in v20.0 (Fall 2026). Use JSON-2 API at POST /json/2/{model}/{method} instead.

### Get Applicant Parsing Result

**Slug:** `ODOO_GET_APPLICANT_RESULT`

Tool to retrieve parsing results for a previously submitted resume/applicant document. Use when you need to check the status and get extracted fields (name, email, phone, mobile) from a resume that was previously submitted for parsing.

### Get Bank Statement Result

**Slug:** `ODOO_GET_BANK_STATEMENT_RESULT`

Tool to retrieve parsing results for a previously submitted bank statement. Returns extracted fields including balance_start, balance_end, date, and bank_statement_lines. Use when you need to check the status and get extracted data from a bank statement document using Odoo's Extract API.

### Get Expense Extraction Result

**Slug:** `ODOO_GET_EXPENSE_RESULT`

Retrieve parsing results for a previously submitted expense document. Returns extracted fields including description, country, date, total, and currency. Use this after submitting an expense document to get the OCR/extraction results.

### Get Invoice Parsing Result

**Slug:** `ODOO_GET_INVOICE_RESULT`

Tool to retrieve parsing results for a previously submitted invoice from Odoo Extract API. Use when you need to check the status and get extracted data from an invoice. Poll this endpoint until the status field is 'success' - processing may take time depending on document complexity.

### List Databases

**Slug:** `ODOO_LIST_DATABASES`

Tool to list all available Odoo databases on the server. Use when you need to see which databases are available on the Odoo instance.

### Parse Applicant Resume

**Slug:** `ODOO_PARSE_APPLICANT`

Tool to submit a resume/CV document for OCR parsing and data extraction via Odoo Extract API. Extracts name, email, phone, and mobile from applicant resumes. Returns a document_token to poll for results. Cost: 1 IAP credit per successful parse.

### Parse Bank Statement Document

**Slug:** `ODOO_PARSE_BANK_STATEMENT`

Tool to submit a bank statement document for OCR parsing and data extraction via Odoo Extract API. Extracts balance_start, balance_end, date, and bank_statement_lines. Returns a document_token to poll for results. Cost: 1 IAP credit per successful parse.

### Parse Expense Document

**Slug:** `ODOO_PARSE_EXPENSE`

Tool to submit an expense document for OCR parsing and data extraction. Extracts description, country, date, total, and currency from expense receipts. Returns a document_token to poll for results. Use when you need to process expense documents using Odoo's Extract API.

### Parse Invoice Document

**Slug:** `ODOO_PARSE_INVOICE`

Tool to submit an invoice document for OCR parsing and data extraction via Odoo Extract API. Uses AI-based algorithms to extract fields like total, due date, invoice lines, VAT numbers, IBAN, supplier, client, and currency. Returns a document_token to poll for results. Cost: 1 IAP credit per successful parse.
