What problem does it solve?
It automates the implementation of Odoo module features, handling model creation, security, views, OWL components, and tests based on a defined feature specification.
Core Features & Use Cases
- Planning: Generates a structured implementation plan for user approval.
- Version Detection: Reads the module manifest to apply version‑specific patterns.
- Search‑Before‑Build: Checks existing addons, Odoo core, and OCA repositories to avoid duplicating functionality.
- Scaffold & Development: Creates module scaffolds, Python models, security files, XML views, OWL components, and test suites using curated pattern guides.
- Review & Handoff: Guides the user through Docker testing, commits with standardized messages, and suggests next steps like cleanup and QA.
Quick Start
Invoke the odoo-dev skill with the path to the desired feature specification file.