Skip to main content

Odoo Project Generator

Project description

odoo-gen

Project Generator helping Odoo developers to manage and run their projects.

Installation

git clone https://github.com/cix-code/odoo-gen
cd odoo-gen

# Create a dedicated python environment
python3 -m venv venv

venv/bin/pip install -e .
ln -s ~/[path_to_odoo-gen]/venv/bin/ogen ~/.local/bin

Usage

Create a new project

If this is the first time creating a project, navigate to a folder that you'd like to be a workspace for multiple projects. E.g.

mkdir ~/odoo_projects
cd ~/odoo_projects

Create the project

ogen create name_your_project

Control the Odoo instance

Run the Odoo instance

ogen start name_your_project

then open http://localhost:8069 .

Stop the project

ogen stop

For more commands run

ogen --help

Configuration

The generator will create a config file under [user_config_path]/odoo-gen/ogen.conf. It will prompt the you to confirm the workspace folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ogen-0.1.0.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

ogen-0.1.0-py3-none-any.whl (25.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page