odookit

0.0.1 • Public • Published

Odookit

A CLI tool for Odoo development that helps scaffold projects and modules.

Installation

npm install -g odookit

Usage

Create a new Odoo project

npx odookit new:project

This will create a new Odoo project with Docker configuration.

Create a new frontend module

npx odookit new:module frontend

This will create a new Odoo frontend module with basic structure.

Project Structure

The generated project will include:

  • Docker configuration
  • Basic Odoo configuration
  • Module scaffolding templates

Frontend Module Structure

The generated frontend module includes:

  • __manifest__.py - Module manifest
  • static/src/js/ - JavaScript files
  • static/src/css/ - CSS files
  • static/src/xml/ - QWeb templates

Readme

Keywords

Package Sidebar

Install

npm i odookit

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

14.7 kB

Total Files

17

Last publish

Collaborators

  • sotoplatero