odoo-development
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.csvand security groups - Addresses validation, error handling with
ValidationErrorandUserError, 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
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__.pyfiles - Organize modules with clear directory structures
More from mindrally/skills
fastapi-python
Expert in FastAPI Python development with best practices for APIs and async operations
8.6Knextjs-react-typescript
Expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind
2.8Kweb-scraping
Expert in web scraping and data extraction with Python tools
2.3Kcomputer-vision-opencv
Expert guidance for computer vision development using OpenCV, PyTorch, and modern deep learning techniques for image and video processing.
1.9Kaccessibility-a11y
Implement web accessibility (a11y) best practices following WCAG guidelines to create inclusive, accessible user interfaces.
1.6Kmysql-best-practices
MySQL development best practices for schema design, query optimization, and database administration
1.6K