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
Release history Release notifications | RSS feed
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 details)
Built Distribution
ogen-0.1.0-py3-none-any.whl
(25.0 kB
view details)
File details
Details for the file ogen-0.1.0.tar.gz
.
File metadata
- Download URL: ogen-0.1.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b4ad88caa09ff98d86f348bb19dcbfb0d871d2c5818aa840c859f87e74e111 |
|
MD5 | 5a3901c76eba7a6931f79b025198839a |
|
BLAKE2b-256 | e3be4d5738b6b70ab3537e264f9a33266ff8c852de89dc9a0fba284c928f28b6 |
File details
Details for the file ogen-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ogen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db256bfe1e1e08098b3cc0b30bfbf8f05f721bd9150b63f121d3bdf501cd6fc7 |
|
MD5 | 777a79f5ecfb60663213301f8878b53e |
|
BLAKE2b-256 | 4f63490f1ad35b198fc153b77ab703163678c7ac91e3758c192efc15fabf874f |