Transgenia

Odoo Export — Development skill for Claude Code

Development community

Export Odoo records (read-only) to JSON or CSV using the compat-aware export tools.

How to install Odoo Export

Installs to ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-export && curl -fsSL https://raw.githubusercontent.com/Transgenia/MCP-Odoo-Tools-CE-EE-and-online/HEAD/commands/odoo-export.md -o ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Odoo Export does


description: Export Odoo records (read-only) to JSON or CSV using the compat-aware export tools. argument-hint: [domain] [fields]

/odoo-export

Export records read-only from Odoo.

  1. Resolve the model with odoo_fields_get if you're unsure which fields exist (each instance differs; the compat layer maps modern names to the version).
  2. Use odoo_export_records_json (structured) or odoo_export_records_csv (spreadsheet-friendly) with:
    • model (required) — modern

Alternatives in Development

  • PaperSpine — PaperSpine is a motivation-driven skill for learning from strong academic papers, building a paper’s central a 5k ★
  • Portaljs Add Geo — Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a 2.3k ★
  • /prioritize — Prioritize initiatives with context-aware financial and strategic rigor 2.3k ★

Full documentation available on GitHub

View Source Repository