odoo-finance

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

A guide for handling customer invoices, supplier bills, and payments in Odoo, a business-management system. It explains how Odoo records these transactions in its accounting ledger.

In plain words
What is it for?
Use it to create or update customer invoices, vendor bills, payments, and related accounting records. It also covers banking, consolidation, and financial analysis.
Why use it?
It helps the agent use Odoo's accounting workflow correctly, including draft, posted, cancelled, unpaid, paid, and reconciled records. It also directs the agent to check the live Odoo setup when exact field details matter.

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 update customer invoices, vendor bills, payments, and related accounting records. It also covers banking, consolidation, and financial analysis.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-finance/github.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-finance)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-finance"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-finance/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-finance

Your own site · 80×15
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-finance"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-finance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 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.00039 $0.00598
Opus 5 $0.00019 $0.00299
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

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

Security

Grade A, and why

odoo-finance 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 9d 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-finance/SKILL.md · 40 lines

How it starts

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

Skill: Odoo Finance & Accounting

This skill provides the agent with high-level business expertise in Odoo's unified accounting engine, covering Invoicing, Billing, Banking, Consolidation, and Analytics.

Core Mandates

1. Snapshot Awareness (Dynamic Discovery)

  • Mandate: The finance-fields.json resource is a snapshot of core accounting fields. It is NOT exhaustive.
  • Verification: If a task requires absolute technical precision or if the user references fields not in your resource, you MUST call inspect_model to retrieve the "Live Truth" from the target Odoo instance.

2. The Unified Ledger (account.move)

Odoo uses a single model for Invoices, Bills, and Journal Entries.

  • Move Type: Dictates behavior (out_invoice = Customer Invoice, in_invoice = Vendor Bill, entry = Journal Entry).
  • Double-Entry Mandate: For pure journal entries (entry), the sum of Debits must equal the sum of Credits across all account.move.line records.

2. Invoicing Lifecycle

  • States: draft (Editable) -> posted (Locked, valid in ledger) -> cancel.
  • Payment States: not_paid, in_payment (Matched with statement line), paid (Reconciled).
  • Mandate: NEVER attempt to modify a posted entry. You must reset to draft first (if permitted) or create a Reversal/Credit Note.

3. Banking & Reconciliation

  • Flow: Import Bank Statements (account.bank.statement) -> Run Reconciliation Models -> Match with Invoices/Bills or post to Expense/Income accounts.
  • Suspense Account: Transactions sit here until they are reconciled.

4. Advanced Configuration

  • Fiscal Positions: Automatically map Taxes and Accounts based on the partner's country/VAT.
  • Journals: Categorize transactions (Sales, Purchase, Bank, Cash, General). Each journal has its own sequence.

5. Analytics & Budgets

  • Analytic Distribution: Use the analytic_distribution (JSON) field on lines to allocate costs/revenues across analytic accounts without creating new ledger entries.
  • Budgets: Compare planned_amount vs. practical_amount (actuals) to track financial health.

Read the full file on GitHub · 40 lines

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. 9d ago First seen · 40 lines · 39 tokens per session scan A 2659277ca7eb

Subscribe to this mod's changes

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

lov-skill-pricing

A pricing workflow for creating an explanation-backed pricing card for an AI agent skill. It considers creation and maintenance effort, user value, scarcity, buyer confidence, and distribution potential.

lovstudio/skills · 78 tokens

lov-expense-report

A tool that reads invoice photos, scanned receipts, or expense descriptions and turns them into a categorized Excel reimbursement report. It extracts details such as date, vendor, item, amount, and notes.

lovstudio/skills · 127 tokens

ainb-fleet:cost

Show fleet spend — per-session, per-model, per-day, and per-group USD cost rollups for every claude/codex session, sourced live from ainb's burndown analytics (which already prices every provider call). Use when you need spend visibility across a multi-session fleet, want to find the most expensive session/model, or…

stevengonsalvez/agents-in-a-box · 120 tokens

digest

Morning digest: markets, news topics, Reddit highlights, and optional X trends — composed from a per-vault config note and delivered per the Automated output convention (vault skill log first, then Telegram when configured). Use when the user asks for their morning digest, wants to set it up, or wants to change what…

onebrain-ai/onebrain · 101 tokens

sap-co

This skill handles all SAP CO (Controlling) topics: cost center accounting, profit center accounting, internal orders, product costing, profitability analysis (CO-PA), assessment and distribution cycles, actual vs plan postings, settlement, and CO period-end closing. Use when user mentions CO, cost center, profit…

BoxLogoDev/sapstack · 127 tokens

sap-tr

This skill handles SAP Treasury and Cash Management including liquidity forecasting, cash position reporting, bank statement processing, payment runs, house bank configuration, and treasury instruments. Use when user mentions TR, treasury, FF7A, FF7B, liquidity, cash position, FLQDB, FLQITEM, bank statement, MT940…

BoxLogoDev/sapstack · 115 tokens