mirror of
https://github.com/bringout/oca-maintenance.git
synced 2026-04-18 13:22:09 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
163 B
Markdown
7 lines
163 B
Markdown
# Usage
|
|
|
|
Start Odoo including this addon (from repo root):
|
|
|
|
```bash
|
|
python3 scripts/nix_odoo_web_server.py --db-name mydb --addon maintenance_request_sequence
|
|
```
|