Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow automates accounts payable : upload a PDF invoice, let Claude AI extract the key fields, and automatically create a vendor bill (incoming invoice) in Odoo 18. Who is this for? Small a...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.extractfromfile, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Florian Eiche.
Original n8n.io sourceThis workflow automates accounts payable: upload a PDF invoice, let Claude AI extract the key fields, and automatically create a vendor bill (incoming invoice) in Odoo 18.
Small and medium businesses using Odoo 18 who want to automate invoice data entry. Finance teams, bookkeepers, or anyone processing incoming invoices manually.
The invoice is created in draft status so you can review and confirm it manually in Odoo before posting.
vendor, invoice_number, invoice_date, total_amount, currency, net_amount, tax_rate, tax_amount
Anthropic API Key with header name x-api-key and your Anthropic API key as valuecurl -X POST https://your-n8n-instance.com/webhook/invoice-process -F "[email protected]"
claude-haiku-4-5-20251001 for lower cost)This workflow sends PDF documents to the Anthropic API for data extraction. Ensure you have a Data Processing Agreement (DPA) with Anthropic and comply with your local data protection regulations (e.g. GDPR) before processing documents containing personal data.
Author: Florian Eiche — eiche-digital.de
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Extract invoice data from PDF with Claude AI and create vendor bill in Odoo 18 |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Invoice Processing, AI Summarization |
| Author | Florian Eiche |
| Published | 01 Apr 2026 |
Use the JSON export at /data/workflows/14573/14573.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automates accounts payable : upload a PDF invoice, let Claude AI extract the key fields, and automatically create a vendor bill (incoming invoice) in Odoo 18. Who is this for? Small a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing, AI Summarization use case.