odoo_modules
Update, install, or test Odoo modules in your project. Get filtered errors/warnings, with optional test tags for targeted testing.
Instructions
Update/install/test Odoo modules in the active project. action: update | install | frontend | test. 'modules' is a comma-separated list (required for update/install/frontend; optional for test = all). Output is filtered to errors/warnings; use odoo_info action=logs for the full log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What to do | |
| modules | No | Comma-separated modules (e.g. 'sale,account'); optional for test | |
| testTags | No | Test tags filter (test only), e.g. 'at_install' | |
| errorOnly | No | Suppress warnings, show only errors |