odoo-18

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

A reference guide for developing Odoo 18 modules. Odoo is business software that can be extended with Python models, database records, web views, reports, permissions, and browser code.

In plain words
What is it for?
Use it when creating or changing Odoo modules, fields, views, data files, web controllers, reports, security rules, scheduled jobs, migrations, or tests.
Why use it?
It gives developers version-specific guidance for common Odoo tasks instead of requiring them to piece together details from scattered sources.

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 changing Odoo modules, fields, views, data files, web controllers, reports, security rules, scheduled jobs, migrations, or tests.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/unclecatvn/agent-skills/odoo-18.0"><img src="https://agentmods.dev/badge/skills/unclecatvn/agent-skills/odoo-18.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,301 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.01301
Opus 5 $0.00076 $0.00651
Sonnet 5 $0.00030 $0.00260
Haiku 4.5 $0.00015 $0.00130

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

Security

Grade A, and why

odoo-18 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

2 near-identical copies found in the catalogue:

  • odoo-18 — 89% identical, 14 lines differ
  • odoo-18.0 — 89% identical, 16 lines differ
skills/odoo-18.0/SKILL.md · 94 lines

How it starts

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

Odoo 18 Skill - Master Index

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

Quick Reference

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

Read the full file on GitHub · 94 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 · 94 lines · 152 tokens per session scan A a63daefd71d2

Subscribe to this mod's changes

odoo-18 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,301 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-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

event-store-design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

wshobson/agents · 33 tokens

convex-explain-app

Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read from the schema and function surface. Read-only.

openclaw/clawhub · 47 tokens

platform-custom-field-generate

Use this skill when users need to create, generate, or validate Salesforce Custom Field metadata. Trigger when users mention custom fields, field types, Roll-up Summary fields, Master-Detail relationships, Lookup relationships, formula fields, picklists, dependent (controlling) picklists, referencing a value set from…

forcedotcom/sf-skills · 194 tokens

field-service-sobject-create-configure

Headless 360 REST API deployment step for creating sObject records. Handles describe-based field discovery, required-field derivation, entity-relationship ordering, and composite graph transactions. Use this skill when a designer skill (or a user directly) needs to create sObject records after design confirmation…

forcedotcom/sf-skills · 74 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens