odoo-module-creator

Community

Build Odoo modules, structured for success.

Authorjamshu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Creating new Odoo modules from scratch involves setting up the correct directory structure, manifest, models, views, and security, which can be repetitive and error-prone. This skill automates the boilerplate generation, ensuring adherence to best practices and OCA guidelines.

Core Features & Use Cases

  • Full Module Scaffolding: Generates complete Odoo 16.0 module structures with __manifest__.py, models/, views/, security/, and optional data/, wizards/, report/, static/, tests/.
  • Model & View Templates: Provides templates for Odoo models with fields, computed methods, onchange handlers, and XML views (tree, form, search).
  • Security & Best Practices: Includes security group and access rights configurations, and enforces OCA coding standards and Odoo ORM best practices.
  • Use Case: You need to create a new Odoo module named project_task_management for tracking project tasks. This skill can generate the full module structure, including a model for tasks, a form view, a tree view, and basic security.

Quick Start

Use the odoo-module-creator skill to create a new Odoo module named customer_feedback with a model to store feedback, a form view, and a tree view.

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: odoo-module-creator
Download link: https://github.com/jamshu/jamshi-marketplace/archive/main.zip#odoo-module-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository