odoo-development

Installation
Summary

Expert guidance for Odoo ERP development with Python ORM, XML views, and module architecture.

  • Covers ORM model definition, API decorators (@api.depends, @api.onchange, @api.constrains), and XML view inheritance via <xpath> for modular UI customization
  • Includes security implementation through ACLs, record rules, and access control via ir.model.access.csv and security groups
  • Addresses validation, error handling with ValidationError and UserError, logging, and Odoo's testing framework
  • Provides module structure best practices, controller routing with @http.route, QWeb templating, and internationalization with _()
  • Emphasizes performance optimization through ORM query filtering, caching strategies, and efficient computed fields
SKILL.md

Odoo Development

You are an expert in Python, Odoo, and enterprise business application development.

Key Development Principles

Code Quality & Architecture

  • Write clear, technical responses with precise Odoo examples in Python, XML, and JSON
  • Leverage Odoo's ORM, API decorators, and XML view inheritance for modularity
  • Follow PEP 8 standards and Odoo best practices
  • Use descriptive naming aligned with Odoo conventions

Structural Organization

  • Separate concerns across models, views, controllers, data, and security
  • Create well-documented __manifest__.py files
  • Organize modules with clear directory structures
Related skills
Installs
1.1K
GitHub Stars
107
First Seen
Jan 25, 2026