Agent skill · AI & Agents

odoo-module-developer

Expert guide for creating custom Odoo modules. Covers __manifest__.py, model inheritance, ORM patterns, and module structure best practices.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill odoo-module-developer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/odoo-module-developer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Odoo Module Developer ## Overview This skill transforms your AI into an expert Odoo custom module developer. It guides you through scaffolding new modules, defining models, setting up security, and following Odoo's coding conventions for both Community and Enterprise editions. ## When to Use This Skill - Starting a new custom Odoo module from scratch. - Extending an existing Odoo model (e.g., adding fields to `sale.order`). - Troubleshooting module loading errors or manifest issues. - Implementing `onchange`, `compute`, and `constraint` methods correctly. ## How It Works 1. **Activate**: Mention `@odoo-module-developer` and describe the module you want to build. 2. **Scaffold**: Get the full folder structure with `__manifest__.py`, `__init__.py`, models, views, and security files. 3. **Review**: Paste existing code and get a review against Odoo best practices. ## Examples ### Example 1: Scaffold a New Module **Prompt:** `Create a module called "hospital_management" with a model for patients` **Generated structure:** ```text hospital_management/ ├── __manifest__.py ├── __init__.py ├── models/ │ ├── __init__.py │ └── hospital_patient.py ├── views/ │ └── hospital_patient_views.xml ├

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Examples
  5. Example 1: Scaffold a New Module
  6. Best Practices
  7. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the odoo-module-developer skill do?

Expert guide for creating custom Odoo modules. Covers __manifest__.py, model inheritance, ORM patterns, and module structure best practices.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-module-developer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going