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

Enable and disable plugins to add new features and commands.
odev plugin [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] [-e] [-d] [-s] [plugin]plugins
| 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.
|
| 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. |
odev plugin --helpodev plugin --showodev plugin --enable odoo-odev/odev-plugin-aiodev plugin --disable odoo-odev/odev-plugin-ai