CLI tool for Odoo development
npm install odookitA CLI tool for Odoo development that helps scaffold projects and modules.
``bash`
npm install -g odookit
`bash`
npx odookit new:project
This will create a new Odoo project with Docker configuration.
`bash`
npx odookit new:module frontend
This will create a new Odoo frontend module with basic structure.
The generated project will include:
- Docker configuration
- Basic Odoo configuration
- Module scaffolding templates
The generated frontend module includes:
- __manifest__.py - Module manifeststatic/src/js/
- - JavaScript filesstatic/src/css/
- - CSS filesstatic/src/xml/` - QWeb templates
-