Skip to content

nodenmx/devx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noden Odoo DevX

Developer Experience (DevX) and infrastructure scripts for the Odoo ecosystem.

Overview

This repository provides standard tools for Odoo infrastructure, module packaging, and database migrations.

Directory Structure

|-- core/             # Infrastructure and server scripts
|   |-- backup.sh     # Database and filestore backup automation
|   |-- stream.sh     # Database streaming and dumping
|-- modules/          # Addon management tools
|   |-- pack.py       # Clean addon packaging utility
|   |-- publish.sh    # Addon publishing automation
|-- docs/             # Engineering guides & AI Skills
|   |-- migration.md  # Agentic skill/system prompt for module migrations

Quick Start

Clone the repository and grant execution permissions to the scripts:

git clone https://github.com/nodenhq/devx.git
cd devx
chmod +x core/*.sh modules/*.sh

Note: Refer to the header of each individual script for specific parameters and usage instructions.

About

Noden's internal DevX toolkit for Odoo — automation scripts, AI system prompts, and migration tools. Open sourced.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors