A CLI tool for Odoo development that helps scaffold projects and modules.
npm install -g odookit
npx odookit new:project
This will create a new Odoo project with Docker configuration.
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 manifest -
static/src/js/
- JavaScript files -
static/src/css/
- CSS files -
static/src/xml/
- QWeb templates