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

odev fetch

fetch demo

Fetch changes in local Odoo worktrees managed by odev.

Usage

odev fetch [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-V VERSION] [-w [WORKTREE]]

Aliases

No aliases

Arguments

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!
-V, --version Act on a specific Odoo version only.
-w, --worktree Name of a specific worktree to fetch changes for.

Examples

Show help

odev fetch --help

Fetch changes for all worktrees

odev fetch

Fetch changes for a specific version

odev fetch -V 18.0

Clone this wiki locally