Odoo
Open-source ERP and CRM platform for business management, including sales, accounting, inventory, and project management
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Odoo authenticates with an API key. Generate the credential in your Odoo account, then paste it into FlyMyAI the first time an agent uses an Odoo action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Instance URL | Your Odoo instance URL (e.g., https://mycompany.odoo.com) (required) |
API Key | Generate from User Profile → Preferences → Account Security → New API Key (required) |
Database Name | Your Odoo database name (usually matches subdomain for SaaS instances) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
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. | service, method |
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. | document_token, account_token |
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 docum… | account_token, version, document_token |
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. | version, document_token, account_token |
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 dependin… | version, document_token, account_token |
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. | - |
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. | account_token, document |
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. | account_token, version, documents |
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 E… | account_token, version, documents |
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 fo… | account_token, version, documents |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Odoo!