odoo-17

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

A development reference for Odoo 17, an open-source business application framework. It explains the Python data layer, XML and CSV files, web interface code, reports, security, scheduled jobs, migrations, translations, tests, and performance.

In plain words
What is it for?
Use it to build or maintain Odoo 17 modules, models, views, controllers, reports, permissions, automated jobs, migrations, translations, and tests.
Why use it?
It provides instructions matched to Odoo 17, helping developers avoid applying examples or rules from a different Odoo release.

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 to build or maintain Odoo 17 modules, models, views, controllers, reports, permissions, automated jobs, migrations, translations, and tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unclecatvn/agent-skills/odoo-17.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-17.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-17

README.md
[![agentmods](https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-17.0/github.svg)](https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-17.0)
Your own site
<a href="https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-17.0"><img src="https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-17.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-17

Your own site · 80×15
<a href="https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-17.0"><img src="https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-17.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,341 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.00152 $0.01341
Opus 5 $0.00076 $0.00671
Sonnet 5 $0.00030 $0.00268
Haiku 4.5 $0.00015 $0.00134

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

Security

Grade A, and why

odoo-17 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 11d 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.

skills/odoo-17.0/SKILL.md · 97 lines

How it starts

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

Odoo 17 Skill - Master Index

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

Quick Reference

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

Read the full file on GitHub · 97 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. 11d ago First seen · 97 lines · 152 tokens per session scan A 45ffa7e0e83a

Subscribe to this mod's changes

odoo-17 is a skill published in the GitHub repository unclecatvn/agent-skills (130 stars, last pushed 18d ago), licensed MIT. It adds 152 tokens to every session and 1,341 once invoked, about $0.0008 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

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

stripe-projects

Use after E2B sandbox/API access has been provisioned through Stripe Projects and the user needs to use the resulting E2B API key with the E2B CLI, JavaScript SDK, Python SDK, or Code Interpreter SDK.

e2b-dev/E2B · 51 tokens

azure-messaging-webpubsubservice-py

Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. Triggers: "azure-messaging-webpubsubservice", "WebPubSubServiceClient", "real-time", "WebSocket", "pub/sub".

microsoft/skills · 64 tokens

azure-mgmt-botservice-py

Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. Triggers: "azure-mgmt-botservice", "AzureBotService", "bot management", "conversational AI", "bot channels".

microsoft/skills · 59 tokens

backend

Python server code, APIs, async, strict typing.

sipyourdrink-ltd/bernstein · 13 tokens

fastapi-app

Bootstrap a new FastAPI backend with async SQLAlchemy 2.0, asyncpg, Alembic, Pydantic v2, and no deprecated APIs. Use when the user wants to start, scaffold, or set up a new FastAPI service, a Python REST API, an async backend, or asks to "create a new fastapi app" or "new python backend". Handles JWT auth, layered…

ccplugins/awesome-claude-code-plugins · 103 tokens