odoo-dashboards

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

A guide to Odoo Dashboards, which present spreadsheet data as read-only business reports inside Odoo. It explains dashboard groups, spreadsheet data, formulas, and saved display snapshots.

In plain words
What is it for?
Configuring Odoo dashboards, assigning them to groups, and managing the spreadsheet data and display state behind read-only reports.
Why use it?
It clarifies how dashboard records, groups, and spreadsheet content fit together when reports need to be organized or updated.

Skill for Claude Code

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

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

Good fit Configuring Odoo dashboards, assigning them to groups, and managing the spreadsheet data and display state behind read-only reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-dashboards
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 actinon-com/brass-monkey --skill odoo-dashboards
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code.

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

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

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

Security

Grade A, and why

odoo-dashboards 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 7d 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-dashboards/SKILL.md · 31 lines

What it actually says

Skill: Odoo Dashboards

This skill provides the agent with functional expertise in Odoo's Dashboard application, covering how spreadsheets are organized and presented as read-only BI reports.

Core Mandates

1. Dashboard Architecture

Modern Odoo dashboards are based on the O-Spreadsheet engine.

  • Organization: Dashboards are organized into Groups (spreadsheet.dashboard.group) (e.g., Sales, Finance, HR).
  • Presentation: A spreadsheet.dashboard record is a wrapper that displays spreadsheet data in a read-only, full-page view in the Odoo backend.

2. Data Source & State

  • JSON State: Like spreadsheets, the dashboard's grid, formulas, and visual formatting are stored as a JSON string in the spreadsheet_data field.
  • Static Snapshots: Odoo often stores a spreadsheet_snapshot (binary) for faster rendering of the dashboard's "last known good" state.

3. UI & Grouping Workflow

  • Hierarchy: Dashboard Group -> Dashboard.
  • Mandate: When configuring or moving dashboards, always ensure they are assigned to a logical dashboard_group_id to ensure they appear in the correct section of the Dashboard app sidebar.
  • Sequence: Use the sequence field on both the Group and the Dashboard to control the display order in the UI.

4. Consumption Mandate

  • Read-Only: Dashboards are designed for data consumption. If a user needs to modify formulas or perform ad-hoc analysis, the agent should direct them to the source documents.document (Spreadsheet) if applicable.

Available Resources

  • dashboards-logic.md: Deep-dive into Dashboard grouping, publishing states, and access control.
  • dashboards-fields.json: Technical fields for Dashboard and Group models.
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. 7d ago First seen · 31 lines · 28 tokens per session scan A 7f9a568af204

Subscribe to this mod's changes

odoo-dashboards is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 409 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.

Related

Other skills, from other repositories