odoo

odoo is a skill for Claude Code, Codex from chama-x/GroundRules. It costs 78 tokens per session (689 once invoked), scanned A, original, MIT.

A set of development procedures for Odoo, a business application platform with installable modules called addons. It covers exploring, building, debugging, reviewing, and migrating Odoo code.

In plain words
What is it for?
Use it for Odoo addons, manifests, data models, XML views, access rules, controllers, web assets, debugging, architecture reviews, and major-version migrations.
Why use it?
It routes Odoo tasks to the appropriate workflow and encourages checking the repository and target version before making changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/chama-x/groundrules/odoo
Any agent
npx skills add chama-x/GroundRules --skill odoo
Clone the repo
git clone --depth 1 https://github.com/chama-x/GroundRules

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/chama-x/groundrules/odoo.svg)](https://agentmods.dev/skills/chama-x/groundrules/odoo)
Your own site
<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00078 $0.00689
Opus 5 $0.00039 $0.00345
Sonnet 5 $0.00016 $0.00138
Haiku 4.5 $0.00008 $0.00069

Measured 3d ago against content hash d49a6f6f320e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

odoo 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 3d 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.

.agents/archive/v3/skill_odoo-discipline/skills/odoo/SKILL.md · 36 lines

How it starts

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

Odoo

Use this skill only for Odoo work. For OCA module migration or major-version addon ports, route to odoo-migration.

First Move

Explore before asking. Inspect the repo for Odoo signals: __manifest__.py, odoo-bin, addons/, models/, views/, security/ir.model.access.csv, controllers/, static/src/, and project docs.

Before version-sensitive changes, detect the target Odoo version from branch names, manifests, docs, dependencies, or config. If the version is not discoverable, ask. If $ODOO_SOURCE is set, inspect it for framework behavior instead of guessing.

Before running Odoo update/test commands, inspect likely commands from repo docs/config. If $ODOO_TOOL_README is set, read it for local tooling. If $ODOO_BASE_COMMAND is set, use it as the starting point for proposed Odoo commands. Then ask the user to confirm before running commands that touch a database or local service.

Route The Task

  • Stress-test an Odoo plan/design before implementation: use odoo-grill-me.
  • Build or change addon behavior: use DEVELOPMENT.md.
  • Understand an unfamiliar Odoo codebase: use EXPLORATION.md.
  • Debug broken Odoo behavior: use DEBUGGING.md.
  • Trace a concrete execution path through controllers, buttons, cron jobs, model methods, overrides, computes, onchanges, constraints, or side effects: use odoo-code-tracer.
  • Hunt for Odoo architecture/refactor opportunities: use ARCHITECTURE.md.
  • Sync manifest/docs with implemented behavior: use MANIFEST-DOCS.md.
  • Build, review, debug, or migrate Odoo OWL frontend components: use odoo-owl.
  • Review Odoo code for correctness, security, performance, tests, migrations, manifests, and official coding guidelines: use odoo-code-review.
  • Create or improve Odoo tests using TransactionCase, HttpCase, Form helper, tags, mocks, access tests, workflow tests, or test coverage patterns: use odoo-test-writer.
  • Migrate an OCA addon between Odoo major versions: use odoo-migration.
  • Need detailed known-version guidance: use odoo-17.0, odoo-18.0, or odoo-19.0.

Read the full file on GitHub · 36 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 36 lines · 78 tokens per session scan A d49a6f6f320e

Subscribe to this mod's changes

odoo is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 20d ago), licensed MIT. It adds 78 tokens to every session and 689 once invoked, about $0.0004 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-31.