Skip to content

nodenhq/devx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

Odoo Developer Experience (DevX) toolkit. Internal automation, AI system prompts, and scripts powering Noden's infrastructure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors