Skip to content

odoo-venv create-odoo-launcher

Generate a launcher script in ~/.local/bin/ for the Odoo environment.

odoo-venv create-odoo-launcher ODOO_VERSION [OPTIONS]

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

odoo-venv create-odoo-launcher 19.0 --venv-dir ./.venv --force

Creates ~/.local/bin/odoo-v19 that activates the venv and runs Odoo.