odoo-19

odoo-19 is a skill for Claude Code from unclecatvn/agent-skills. It costs 358 tokens per session (1,587 once invoked), scanned A, original, MIT.

A development reference for Odoo 19, an open-source business application framework. It contains guides for building modules, data, web endpoints, user-interface code, security, scheduled jobs, tests, and upgrades.

In plain words
What is it for?
Use it when creating or updating Odoo 19 modules, models, views, controllers, reports, permissions, scheduled tasks, migrations, and tests.
Why use it?
It gives an Odoo developer the relevant version-specific instructions instead of requiring them to search through scattered documentation or rely on older Odoo versions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-skills plugin — 11 skills, 1 agent shipped together

Good fit Use it when creating or updating Odoo 19 modules, models, views, controllers, reports, permissions, scheduled tasks, migrations, and tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unclecatvn/agent-skills/odoo-19.0
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add unclecatvn/agent-skills --skill odoo-19.0
Clone the repo
git clone --depth 1 https://github.com/unclecatvn/agent-skills

Made for: Claude Code.

Or install agent-skills, the plugin that ships this one along with the rest of its 11 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-19

README.md
[![agentmods](https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-19.0/github.svg)](https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-19.0)
Your own site
<a href="https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-19.0"><img src="https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-19.0/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odoo-19

Your own site · 80×15
<a href="https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-19.0"><img src="https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-19.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 358 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00358 $0.01587
Opus 5 $0.00179 $0.00794
Sonnet 5 $0.00072 $0.00317
Haiku 4.5 $0.00036 $0.00159

Measured 10d ago against content hash 1085e33a688c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

odoo-19 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • odoo-19.0 — 92% identical, 16 lines differ
skills/odoo-19.0/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Odoo 19 Skill - Master Index

Master index for all Odoo 19 development guides. Read the appropriate guide from references/ based on your task.

Quick Reference

Topic File When to Use
Actions references/odoo-19-actions-guide.md Creating actions, menus, scheduled jobs, server actions
API Decorators references/odoo-19-decorator-guide.md Using @api decorators, compute fields, validation
Controllers references/odoo-19-controller-guide.md Writing HTTP endpoints, routes, web controllers
Data Files references/odoo-19-data-guide.md XML/CSV data files, records, shortcuts
Development references/odoo-19-development-guide.md Creating modules, manifest, reports, security, wizards
Field Types references/odoo-19-field-guide.md Defining model fields, choosing field types
Manifest references/odoo-19-manifest-guide.md manifest.py configuration, dependencies, hooks
Migration references/odoo-19-migration-guide.md Upgrading modules, data migration, version changes
Mixins references/odoo-19-mixins-guide.md mail.thread, activities, email aliases, tracking
Model Methods references/odoo-19-model-guide.md Writing ORM queries, CRUD operations, domain filters
OWL Components references/odoo-19-owl-guide.md Building OWL UI components, hooks, services
Performance references/odoo-19-performance-guide.md Optimizing queries, fixing slow code, preventing N+1
Reports references/odoo-19-reports-guide.md QWeb reports, PDF/HTML, templates, paper formats
Security references/odoo-19-security-guide.md Access rights, record rules, field permissions
Testing references/odoo-19-testing-guide.md Writing tests, mocking, assertions, browser testing
Transactions references/odoo-19-transaction-guide.md Handling database errors, savepoints, UniqueViolation
Translation references/odoo-19-translation-guide.md Adding translations, localization, i18n
Views & XML references/odoo-19-view-guide.md Writing XML views, actions, menus, QWeb templates

Read the full file on GitHub · 110 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 110 lines · 358 tokens per session scan A 1085e33a688c

Subscribe to this mod's changes

odoo-19 is a skill published in the GitHub repository unclecatvn/agent-skills (130 stars, last pushed 17d ago), licensed MIT. It adds 358 tokens to every session and 1,587 once invoked, about $0.0018 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

erp-integration

Sync orders, inventory, and customer data between your store and ERP systems like SAP, NetSuite, or Odoo using middleware and async queues.

finsilabs/awesome-ecommerce-skills · 32 tokens

odoo-integration

Use this skill when the user needs to connect to Odoo via XML-RPC, sync Odoo data to external systems (Google Sheets, databases, APIs), read or write Odoo models (stock.picking, sale.order, purchase.order, product.product, etc.), set up cron-based sync jobs, or deploy Odoo integrations on Railway/Render/Fly.io. Also…

txampa/claude-skill-odoo-integration · 116 tokens

odoo-19.0

Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions., cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model…

mart337i/odoo-skills · 345 tokens

odoo-17.0

Odoo 17 development reference for Python models and ORM (search, domain, readgroup, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, record rules, groups), cron and server actions, migrations and module upgrades, tests, i18n, and performance. Use this skill whenever work…

mart337i/odoo-skills · 139 tokens

odoo-18.0

Odoo 18 development reference for Python models and ORM (search, domain, readgroup, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, record rules, groups), cron and server actions, migrations and module upgrades, tests, i18n, and performance. Use this skill whenever work…

mart337i/odoo-skills · 139 tokens

odoo-grill-me

Odoo-specific grilling session that stress-tests addon plans, migrations, model/view/security designs, OWL frontend changes, and verification strategy. Use when the user wants to be grilled on an Odoo plan/design, asks to stress-test an addon architecture, or mentions grill me in an Odoo context.

mart337i/odoo-skills · 66 tokens