odoo-projects

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

Guidance for Odoo Projects, the part of Odoo used to organize projects, tasks, milestones, and logged work time. It also explains how milestones can connect task progress to sales invoicing.

In plain words
What is it for?
Managing Odoo projects and tasks, checking milestones, recording timesheets, and understanding when completed milestones may affect invoicing.
Why use it?
It helps prevent project updates from overlooking time tracking, milestone status, or financial consequences.

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-projects
Any agent
npx skills add actinon-com/brass-monkey --skill odoo-projects
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-projects

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

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

Security

Grade A, and why

odoo-projects 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-projects/SKILL.md · 35 lines

How it starts

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

Skill: Odoo Projects, Milestones & Timesheets

This skill provides the agent with high-level functional expertise in Odoo's Project Management engine, covering Tasks, Milestones, and the critical integration with Sales (Invoicing) and Accounting (Analytic Ledger).

Core Mandates

1. Project Hierarchy

  • Project (project.project): The top-level container. Dictates whether Timesheets and Milestones are enabled.
  • Task (project.task): The unit of work. Progresses through Kanban Stages (project.task.type).
  • Sub-tasks: Tasks can have a parent_id, allowing for multi-level work breakdown.

2. Milestone Billing

  • Milestones (project.milestone): Used to track major project achievements.
  • Invoicing Link: When a milestone is marked as is_reached, Odoo can automatically update the qty_delivered on the linked sale_line_id, allowing the Sales Order to be invoiced.
  • Mandate: Always check if a task is linked to a Milestone before marking it as done, as it may have financial implications.

3. Timesheet Management

  • Logging Time: Actual work is recorded in Analytic Lines (account.analytic.line), commonly referred to as Timesheets.
  • Billing Types:
    • Billable (T&M): Time logged directly updates the "Delivered Quantity" on the Sales Order.
    • Fixed Price: Time is logged for cost tracking, but does not affect the invoiced amount.
    • Non-billable: Time is tracked purely for internal project management.

4. Sales & Accounting Integration

  • Sales Order Link: Tasks and Timesheets are typically linked to a sale_line_id. This is the "Contract" that defines the billing rate.
  • Analytic Accounting: Every project is linked to an Analytic Account (account_id). This account aggregates all costs (Timesheets) and revenues (Invoices) for financial reporting.

Available Resources

  • projects-logic.md: Deep-dive into Service Fulfillment strategies, Analytic costing, and Stage management.
  • projects-fields.json: Dense technical map of fields for Project, Task, Milestone, and Timesheet models.

Read the full file on GitHub · 35 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. 4d ago First seen · 35 lines · 30 tokens per session scan A 8686f527ae5b

Subscribe to this mod's changes

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

om-gap-analysis

Grounded platform gap analysis at engagement scale — turn a folder of client docs into an Epic/Story tree where every coverage verdict is re-run by executable gates against a validated checkout of the platform, scored in atomic commits, license-tier-tagged, and synthesized into a client-facing summary + backlog. Use…

open-mercato/open-mercato · 134 tokens

flowforge-development

Builds Kanban board interfaces for Eloquent models with drag-and-drop functionality. Use when creating board pages, configuring columns and cards, implementing drag-and-drop positioning, working with Filament board pages or standalone Livewire boards, or troubleshooting position-related issues.

relaticle/relaticle · 55 tokens

doc-todo-log-loop

基于日志记录驱动的轻量级项目开发和管理方案,是新项目的缺省管理方案.

cafe3310/public-agent-skills · 29 tokens

tasks

Create or update the live task dashboard (TASKS.md) in Obsidian. Use when the user wants to view or regenerate the task dashboard — 'show my tasks', 'update TASKS.md', 'open task view'. Do NOT use for: the vault portal/map (use moc), capturing new tasks (add them inside project notes directly), or daily briefing (use…

onebrain-ai/onebrain · 79 tokens

ticket-manager

Expertise in managing Linear tickets locally using Markdown files. Use when you need to create, update, search, or break down features into atomic implementation tickets.

galdawave/pickle-rick-extension · 34 tokens

tech-to-marketing-brief

将零散的技术特性和算法更新,转化为完整的运营 Brief、社媒宣发案例库以及配套的研发 Jira Ticket.

cafe3310/public-agent-skills · 39 tokens