odoo-venv create-odoo-launcher¶
Generate a launcher script in ~/.local/bin/ for the Odoo environment.
Arguments¶
| Argument | Required | Description |
|---|---|---|
ODOO_VERSION |
Yes | Odoo version, e.g. 19.0. |
Options¶
| Option | Default | Description |
|---|---|---|
--venv-dir |
— | Path to the virtual environment. |
--force |
False |
Overwrite existing launcher script. |
Example¶
Creates ~/.local/bin/odoo-v19 that activates the venv and runs Odoo.