🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

odookit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odookit

CLI tool for Odoo development

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

odoo

FAQs

Package last updated on 27 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts