odoo-spreadsheets

odoo-spreadsheets is a skill for Claude Code, Codex from actinon-com/brass-monkey. It costs 27 tokens per session (478 once invoked), scanned A, original, MIT.

Guidance for using Odoo Spreadsheets, a spreadsheet tool connected to live business records in Odoo. It covers pivot tables, lists, formulas, and data sources.

In plain words
What is it for?
Use it to build business reports, retrieve values from Odoo pivot tables and lists, filter data, and analyze records from Odoo models.
Why use it?
It helps analyze current Odoo data in a spreadsheet without manually copying reports or maintaining separate data files.

Skill for Claude CodeCodex

Part of the brass-monkey plugin — 30 skills shipped together

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/actinon-com/brass-monkey/odoo-spreadsheets
Any agent
npx skills add actinon-com/brass-monkey --skill odoo-spreadsheets
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code, Codex.

Or install brass-monkey, the plugin that ships this one along with the rest of its 30 skills.

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-spreadsheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-spreadsheets.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-spreadsheets)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-spreadsheets"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-spreadsheets.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 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.00027 $0.00478
Opus 5 $0.00014 $0.00239
Sonnet 5 $0.00005 $0.00096
Haiku 4.5 $0.00003 $0.00048

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

Security

Grade A, and why

odoo-spreadsheets 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 4d 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-spreadsheets/SKILL.md · 34 lines

What it actually says

Skill: Odoo Spreadsheets (BI)

This skill provides the agent with functional expertise in Odoo's Spreadsheet application, which is used for advanced business intelligence, pivot tables, and live data analysis.

Core Mandates

1. Spreadsheet Architecture

Odoo spreadsheets are integrated into the Documents app.

  • Storage: They are documents.document records with a specific handler (typically spreadsheet).
  • Data State: The entire spreadsheet (cells, formulas, formatting) is stored as a JSON string in the spreadsheet_data field.

2. Live Data Extraction (Formulas)

Odoo uses specialized formulas to pull real-time data into the grid:

  • =ODOO.PIVOT(ID, "measure", "field", "value", ...): Retrieves a specific value from a linked Odoo pivot data source.
  • =ODOO.LIST(ID, row, "field"): Retrieves data from a linked Odoo list data source.
  • =ODOO.FILTER(...): Applies dynamic filters to the spreadsheet data.

3. Data Insertion & Analysis Workflow

To get data from Odoo models into a spreadsheet:

  1. Pivot/List Sources: The most robust method is to define a "Data Source" in the spreadsheet JSON that points to an Odoo model and domain. Odoo then handles the dynamic population.
  2. Direct Export: For one-time analysis, the agent can generate and attach an Excel/CSV file using ir.attachment.
  3. Analysis: To read results, the agent must parse the spreadsheet_data JSON to extract calculated values from specific cells.

4. Safety & Complexity

  • Programmatic Edits: Modifying a live O-Spreadsheet JSON is technically complex. The agent should prioritize reading calculated data or generating new spreadsheets with pre-defined data sources rather than making surgical edits to existing complex formulas.

Available Resources

  • spreadsheets-logic.md: Deep-dive into O-Spreadsheet JSON structure, data source definitions, and ODOO.* formula syntax.
  • spreadsheets-fields.json: Technical fields in the Documents model used for BI.
Files

What ships with it

2 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. 4d ago First seen · 34 lines · 27 tokens per session scan A fee0e3351b23

Subscribe to this mod's changes

odoo-spreadsheets is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 11d ago), licensed MIT. It adds 27 tokens to every session and 478 once invoked, about $0.0001 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.