mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-18 12:32:09 +02:00
7 lines
168 B
Markdown
7 lines
168 B
Markdown
# Usage
|
|
|
|
Start Odoo including this addon (from repo root):
|
|
|
|
```bash
|
|
python3 scripts/nix_odoo_web_server.py --db-name mydb --addon project_task_analytic_propagation
|
|
```
|