CRM & Sales12 toolsPaste one API key
Odoo integration for AI agents
Open-source ERP and CRM platform for business management, including sales, accounting, inventory, and project management.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Odoo once and call the same tools from all of them.
Setup
Connect Odoo through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Odoo exposes 12 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
odoo_get_applicant_result | Retrieve parsing results for a previously submitted resume/applicant document | Read |
odoo_get_bank_statement_result | Retrieve parsing results for a previously submitted bank statement | Read |
odoo_get_expense_result | Retrieve parsing results for a previously submitted expense document | Read |
odoo_get_invoice_result | Retrieve parsing results for a previously submitted invoice from Odoo Extract API | Read |
odoo_list_databases | List all available Odoo databases on the server | Read |
odoo_call_odoo_jsonrpc | JSON-RPC endpoint for Odoo external API calls | Read |
odoo_create_contact | Create a new contact (customer, supplier, or generic partner) in Odoo's res.partner model | Write |
odoo_parse_applicant | Submit a resume/CV document for OCR parsing and data extraction via Odoo Extract API | Read |
odoo_parse_bank_statement | Submit a bank statement document for OCR parsing and data extraction via Odoo Extract API | Read |
odoo_parse_expense | Submit an expense document for OCR parsing and data extraction | Read |
odoo_parse_invoice | Submit an invoice document for OCR parsing and data extraction via Odoo Extract API | Read |
odoo_update_record | Generic tool to update records across any Odoo model via the JSON-2 API write endpoint | Write |