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

odev plugin

plugin demo

Enable and disable plugins to add new features and commands.

Usage

odev plugin [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-e] [-d] [-s] [plugin]

Aliases

plugins

Arguments

Positional Arguments:

Argument Description
plugin Plugin to enable or disable, must be a git repository hosted on GitHub. Use format /. If --show is used and no plugin is provided, show the state of all plugins.

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!
-e, --enable Download and enable an inactive plugin.
-d, --disable Disable an active plugin.
-s, --show Show the state of a plugin and its description if available.

Examples

Show help

odev plugin --help

List all plugins

odev plugin --show

Enable a plugin

odev plugin --enable odoo-odev/odev-plugin-ai

Disable a plugin

odev plugin --disable odoo-odev/odev-plugin-ai

Clone this wiki locally