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

Get or set configuration values.
odev config [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [key] [value]conf, cfg
| Argument | Description |
|---|---|
key |
Configuration key to fetch, in the format 'section.option'. |
value |
Value to set for the given key. |
| 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 config --helpodev config paths.repositoriesodev config update.mode alwaysodev configThe following parameters are available in the standard odev installation. Plugins may add additional parameters.
| Section | Option | Description | Default |
|---|---|---|---|
| paths | repositories |
Path where Odoo repositories are stored. | ~/odoo/repositories |
dumps |
Path where database dumps are saved. | ~/odoo/dumps |
|
upgrade |
Path to Enterprise migration scripts. | ~/odoo/repositories/odoo/upgrade |
|
| update | mode |
Auto-update behavior (ask, always, never). |
ask |
interval |
Days between update checks. | 1 |
|
release |
Release channel (main, beta). |
main |
|
| repositories | interval |
Days between repository pull checks. | 7 |
| telemetry | enabled |
Enable or disable anonymous telemetry (true, false). |
true |