odoo-dev

Implement Odoo module features from a specification document.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill odoo-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odoo-dev
Source: https://github.com/glwr/ai-coding-base/tree/main/odoo/.claude/skills/odoo-dev
Command: npx skills add https://github.com/glwr/ai-coding-base --skill odoo-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the implementation of Odoo module features, handling model creation, security, views, OWL components, and tests based on a defined feature specification.

Core Features & Use Cases

  • Planning: Generates a structured implementation plan for user approval.
  • Version Detection: Reads the module manifest to apply version‑specific patterns.
  • Search‑Before‑Build: Checks existing addons, Odoo core, and OCA repositories to avoid duplicating functionality.
  • Scaffold & Development: Creates module scaffolds, Python models, security files, XML views, OWL components, and test suites using curated pattern guides.
  • Review & Handoff: Guides the user through Docker testing, commits with standardized messages, and suggests next steps like cleanup and QA.

Quick Start

Invoke the odoo-dev skill with the path to the desired feature specification file.

Frequently Asked Questions about odoo-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Odoo modules from a feature specification?

To implement Odoo modules from a feature specification, you need a structured plan that scaffolds Python models, XML views, security rules, and OWL components while adhering to version-specific patterns. This process automates module creation and test suite generation based on your defined specs.

How does version detection work when developing Odoo modules?

Version detection works by reading the module's manifest to apply version-specific patterns and conventions during development. This ensures that the generated Python models, XML views, and OWL components match the correct Odoo framework version automatically.

Can I avoid duplicating existing functionality when creating Odoo models and views?

Yes, you can avoid duplicating functionality by performing a search-before-build step that checks existing addons, Odoo core, and OCA repositories. This ensures new module scaffolds and features are only created when no existing implementation matches your specification.

What do I need to scaffold Odoo module components and automated tests?

To scaffold Odoo module components and automated tests, you need a feature specification file, access to the module's manifest, and the Odoo Developer agent. These prerequisites enable the generation of Python models, security files, XML views, and OWL components using curated pattern guides.

What is the best way to handle Docker testing and commits for Odoo development?

The best way to handle Docker testing and commits for Odoo development is through a guided review and handoff process. This approach guides you through testing your scaffolded module in Docker, committing changes with standardized messages, and suggesting next steps like cleanup and QA.