-
Notifications
You must be signed in to change notification settings - Fork 10
setup
Sébastien Andreatta edited this page Apr 27, 2026
·
2 revisions

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.
odev setup [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [{symlink,directories,odoo,update,completion,telemetry}]No aliases
| 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. |
| Argument | Description |
|---|---|
category |
Run a specific part of the setup only. |
| 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! |
odev setup --helpodev setup completion