This one covers the full Odoo development stack with solid attention to what actually matters in production: proper ORM patterns with API decorators, XML view inheritance, module structure conventions, and security layers. You get concrete examples for model definitions, computed fields with @api.depends, and view templates that show the statusbar pattern. The module structure follows Odoo's expected directory layout with separate folders for models, views, security, and controllers. Honestly refreshing to see validation and error handling front and center rather than an afterthought. If you're building custom Odoo modules or extending existing ones, this gives you the guardrails to avoid common pitfalls like modifying core code or botching access controls.
npx skills add https://github.com/mindrally/skills --skill odoo-development