odoo-worksheets

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

Specialist guidance for Odoo Worksheets, a feature for creating digital forms in the Field Service and Quality modules.

In plain words
What is it for?
Use it to create or inspect custom worksheets and retrieve their answers from Odoo records.
Why use it?
It explains where worksheet answers are stored and how they connect to tasks or quality checks, avoiding incorrect data queries.

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 Use it to create or inspect custom worksheets and retrieve their answers from Odoo records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-worksheets
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-worksheets
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-worksheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-worksheets.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-worksheets)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-worksheets"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-worksheets.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 397 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.00397
Opus 5 $0.00014 $0.00198
Sonnet 5 $0.00006 $0.00079
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

odoo-worksheets 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 8d 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-worksheets/SKILL.md · 29 lines

What it actually says

Skill: Odoo Worksheets

This skill provides the agent with functional expertise in Odoo's Worksheet engine, which allows for the creation of custom, dynamic digital forms in Field Service and Quality modules.

Core Mandates

1. Dynamic Architecture

Unlike standard Odoo models, every unique worksheet template generates its own technical model (e.g., x_worksheet_template_1).

  • Data Location: The actual "Answers" to a worksheet are NOT stored on the Task or Quality Check itself, but in these dynamically created models.
  • Linking: The parent record (Host) has a many2one field pointing to the dynamic worksheet record.

2. The Data Retrieval Workflow

When you need to read the content of a worksheet attached to a record:

  1. Find the Template: Read the worksheet_template_id from the host record (e.g., project.task or quality.check).
  2. Find the Model: Inspect the worksheet.template to find the model_id (the technical model name).
  3. Query the Answers: Perform a search_read on that technical model, filtering by the host record's ID (typically x_project_task_id or x_quality_check_id).

3. Verification & Compliance

  • Validation: If a worksheet is required, the host record cannot be finalized (marked Done or Pass) until the worksheet record has been created and validated.
  • Reporting: Odoo generates specialized PDF reports that merge the host record's metadata with the worksheet's custom fields.

Available Resources

  • worksheets-logic.md: Deep-dive into dynamic model generation, cross-module integration, and reporting.
  • worksheets-fields.json: Technical map for the template engine.
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. 8d ago First seen · 29 lines · 28 tokens per session scan A 131bc09ab858

Subscribe to this mod's changes

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

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

spreadsheet

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) with formula-aware workflows, cached recalculation, and visual review.

fcakyon/claude-codex-settings · 40 tokens

lov-publish-wechat-article

A workflow for reading, editing, creating, checking, and publishing WeChat Official Account articles. WeChat Official Accounts are publishing pages for articles and updates, separate from WeChat Channels video posts.

lovstudio/skills · 77 tokens

lov-illustrate

A document-illustration workflow that examines a Markdown document, chooses suitable real images, charts, or generated visuals, and inserts them into an enhanced version. Markdown is a plain-text format that uses simple symbols for headings, links, and other document structure.

lovstudio/skills · 44 tokens

lov-any2deck

Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation"…

lovstudio/skills · 110 tokens

lov-review-doc

A contract review assistant for agreements such as NDAs, service contracts, data agreements, employment contracts, licences, and investment documents. It can analyse risks, add comments, and suggest revised wording.

lovstudio/skills · 105 tokens