
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
Odookit is a powerful Command Line Interface (CLI) tool designed to streamline Odoo development workflows. It provides an efficient way to scaffold new Odoo projects and modules, following best practices and modern development standards.
Install Odookit globally using npm:
npm install -g odookit
Initialize a new Odoo project with Docker configuration:
npx odookit new:project
This command sets up:
After generating the project, navigate to the project directory and start the services:
cd your-project-name
docker-compose up -d
The Odoo instance will be available at:
To stop the services:
docker-compose down
Generate a new frontend module:
npx odookit new:module frontend
project/
├── docker/
│ ├── Dockerfile
│ └── docker-compose.yml
├── odoo/
│ └── config/
│ └── odoo.conf
└── modules/
└── [your-modules]
Generated modules follow Odoo's standard structure:
module/
├── __manifest__.py
├── static/
│ ├── src/
│ │ ├── js/
│ │ ├── css/
│ │ └── xml/
│ └── description/
└── views/
We welcome contributions! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue in our GitHub repository or contact our development team.
FAQs
CLI tool for Odoo development
We found that odv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.