Skip to content
Sébastien Andreatta edited this page Apr 27, 2026 · 2 revisions

odev setup

setup demo

Re-run odev's setup and allow reconfiguring parts of it. A category can be provided to run a specific part of the setup only.

Usage

odev setup [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [{symlink,directories,odoo,update,completion,telemetry}]

Aliases

No aliases

Arguments

Available Categories

Category Description
symlink Setup symlinks to odev for using it as a shell command.
directories Setup working directories for odev.
odoo Import Odoo repositories if already downloaded.
update Configure self-update behavior.
completion Setup auto completion script for odev commands and databases.
telemetry Configure telemetry behavior.

Positional Arguments:

Argument Description
category Run a specific part of the setup only.

Optional Arguments:

Argument Description
-v, --log-level Set logging verbosity for the execution of odev.
-h, --help Show help for the current command.
-f, --force Bypass confirmation prompts and assume a default value to all, use with caution!

Examples

Show help

odev setup --help

Run specific setup category

odev setup completion

Clone this wiki locally