AlanOgic

11 mods across 2 repositories, 20 stars between them.

odoo-mcp-batch

01

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Execute multiple Odoo operations atomically (all succeed or all rollback) via batchexecute. Use when an operation spans multiple records or models that must be consistent — creating customer + sale order together, moving leads through stages + logging notes, or any workflow where partial success corrupts state.…

10 22d ago A 104 tokens

odoo-mcp-crud

02

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Create, update, and delete Odoo records via MCP executemethod. Use when adding new records (res.partner, crm.lead, sale.order, product.product, account.move, etc.), updating fields on existing records, bulk-updating via write, archiving, or deleting (unlink). Triggers on "create record", "add customer", "update…

10 22d ago A 107 tokens

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Paginate, scope fields, and count-before-fetch when working with Odoo models that hold lots of data (mail.message, stock.move.line, account.move.line, sale.order.line, ir.attachment, res.partner across multi-company). Use when building a report, syncing data, iterating through all records of a model, or when a query…

10 22d ago A 121 tokens

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Check the cookbook of recipes learned from ≥4 failed attempts on hard Odoo problems. Use AFTER your first failure on any Odoo MCP call — before retrying with a new guess. The cookbook is a living record of non-obvious solutions (many2many search operators, mail.message type distinctions, workflow side effects) that…

10 22d ago A 127 tokens

odoo-mcp-real-world

05

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Recurring end-to-end recipes for HR (employees, time off), CRM (pending responses, pipeline analysis), inventory (products with stock, warehouse moves), accounting (invoices by period), and users/groups. Use when asked to pull a report, audit, or cross-model overview rather than a single CRUD action. Triggers on…

10 22d ago A 123 tokens

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Read and write relational fields in Odoo — many2one (single link), one2many (list of child records), many2many (tag-style set). Use when creating a sale.order with order lines, tagging a partner with multiple categories, adding/removing followers, replacing a set of attributes, or when writes to relational fields fail…

10 22d ago A 136 tokens

odoo-mcp-searching

07

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Build Odoo domain filters and search queries via MCP executemethod. Use when searching/reading records from Odoo models (res.partner, crm.lead, sale.order, mail.message, etc.), constructing complex domains with AND/OR/NOT operators, or when a search returns wrong results and you need to fix the filter. Triggers on…

10 22d ago A 109 tokens

odoo-mcp-workflows

08

AlanOgic/mcp-odoo-adv

Skill Claude CodeCodex

Trigger Odoo business actions — confirm sale orders, post invoices, validate stock pickings, mark CRM leads won/lost, convert leads to opportunities, validate timesheets. Use when a record needs a state transition beyond a simple field write (states like draft → confirmed / posted / done, cancel / reopen). Triggers on…

10 22d ago A 118 tokens

AlanOgic/mcp-odoo-adv

Instructions file CodexOpenCode

AGENTS.md instructions for AlanOgic/mcp-odoo-adv, covering agents.md — using this mcp server as an ai assistant, what this server gives you, the two universal tools, executemethod(model, method, argsjson, kwargsjson) and → {"success": true, "result": [...]}.

10 22d ago A 1,990 tokens

AlanOgic/mcp-odoo-adv

Instructions file

Claude Code instructions for AlanOgic/mcp-odoo-adv, covering claude.md, project overview, architecture, two-layer design and key design decisions.

10 22d ago A 2,944 tokens

AlanOgic/odoo-mcp-19

Instructions file

Instructions for AlanOgic/odoo-mcp-19, covering claude.md, project overview, development commands, then prefix commands with uv run, e.g and pip equivalent: pip install -e ".[dev]".

10 13d ago A 6,989 tokens original MIT