Agent skill · Data & Analytics

odoo-edi-connector

Guide for implementing EDI (Electronic Data Interchange) with Odoo: X12, EDIFACT document mapping, partner onboarding, and automated order processing.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill odoo-edi-connector --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/odoo-edi-connector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Odoo EDI Connector ## Overview Electronic Data Interchange (EDI) is the standard for automated B2B document exchange — purchase orders, invoices, ASNs (Advance Shipping Notices). This skill guides you through mapping EDI transactions (ANSI X12 or EDIFACT) to Odoo business objects, setting up trading partner configurations, and automating inbound/outbound document flows. ## When to Use This Skill - A retail partner requires EDI 850 (Purchase Orders) to do business with you. - You need to send EDI 856 (ASN) when goods are shipped. - Automating EDI 810 (Invoice) generation from Odoo confirmed deliveries. - Mapping EDI fields to Odoo fields for a new trading partner. ## How It Works 1. **Activate**: Mention `@odoo-edi-connector` and specify the EDI transaction set and trading partner. 2. **Map**: Receive a complete field mapping table between EDI segments and Odoo fields. 3. **Automate**: Get Python code to parse incoming EDI files and create Odoo records. ## EDI ↔ Odoo Object Mapping | EDI Transaction | Odoo Object | |---|---| | 850 Purchase Order | `sale.order` (inbound customer PO) | | 855 PO Acknowledgment | Confirmation email / SO confirmation | | 856 ASN (Advance Ship Notice) |

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. EDI ↔ Odoo Object Mapping
  5. Examples
  6. Example 1: Parse EDI 850 and Create Odoo Sale Order (Python)
  7. Example 2: Send EDI 997 Acknowledgment
  8. Best Practices
  9. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the odoo-edi-connector skill do?

Guide for implementing EDI (Electronic Data Interchange) with Odoo: X12, EDIFACT document mapping, partner onboarding, and automated order processing.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-edi-connector --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going