odoo-purchasing

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

Domain guidance for Odoo's purchasing system, which manages requests for quotations, purchase orders, supplier prices, delivery timing, and vendor bills.

In plain words
What is it for?
Use it to create or review Odoo RFQs and purchase orders, manage vendor pricing and lead times, and apply quantity-based billing checks.
Why use it?
It helps prevent purchasing errors such as using the wrong supplier price, skipping procurement steps, or billing for goods incorrectly.

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

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

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

Security

Grade A, and why

odoo-purchasing 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 5d 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-purchasing/SKILL.md · 32 lines

What it actually says

Skill: Odoo Purchasing & Procurement

This skill provides the agent with high-level functional expertise in Odoo's Purchasing engine, covering Requests for Quotation (RFQs), Purchase Orders (POs), and Vendor Price management.

Core Mandates

1. The Procurement Lifecycle

  • States: draft (RFQ) -> sent (RFQ Sent) -> purchase (Confirmed PO) -> done (Locked) -> cancel.
  • Confirmation Trigger: Confirming a PO (button_confirm) is a critical event that automatically triggers incoming Receipts (stock.picking) in the Inventory module.

2. Vendor Pricing & Lead Times

  • Pricelists: Supplier pricing is managed via Vendor Pricelists (product.supplierinfo).
  • Data Pulling: When adding a product to a PO line, Odoo automatically retrieves the price, discount, and lead time from the best-matching supplierinfo record for that Vendor.
  • Mandate: Always verify if a supplierinfo record exists before manually overriding prices.

3. Billing Control (3-Way Matching)

Understand when a vendor bill should be recorded:

  • Ordered Quantities: Bill the vendor for the full amount as soon as the PO is confirmed.
  • Received Quantities: ONLY bill for what has been physically received in the warehouse.
  • Mandate: Use the qty_received field to verify arrivals before suggesting the creation of an account.move (Vendor Bill).

4. Advanced Fulfillment (Dropshipping)

  • Workflow: If the customer's address is used as the dest_address_id, the vendor ships directly to the customer. The agent must understand that no internal stock move occurs, but the qty_received must still be validated to trigger billing.

Available Resources

  • purchasing-logic.md: Deep-dive into Billing Control, Supplierinfo evaluation, and Dropshipping.
  • purchasing-fields.json: Dense technical map of fields for Order, Line, and Supplierinfo 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. 5d ago First seen · 32 lines · 29 tokens per session scan A 45064934cc07

Subscribe to this mod's changes

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

dynamics365-expert

Expert in Dynamics 365 platform, model-driven apps, canvas apps, Power Automate flows, Dataverse, plugins, and custom workflows. Use when the user mentions Microsoft platforms, ERP, CRM, business apps, the Power Platform, or Dataverse, or when the task involves Dynamics 365 Applications, Dataverse Platform…

personamanagmentlayer/pcl · 80 tokens

deploy-able

Drive an Able Desk deployment onto the user's own Cloudflare account, in order, stopping at every step only a human can complete. Use when the user wants to deploy Able, set it up for their business, stand up a support desk, resume a half-finished deployment, or check what is left before real customers can be served.

codeyogi911/able · 70 tokens

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens

mcp-scripting

Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.

nicobailon/pi-mcp-adapter · 21 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

fcakyon/claude-codex-settings · 98 tokens

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens