mirror of
https://github.com/bringout/oca-product.git
synced 2026-04-20 06:52:09 +02:00
7 lines
155 B
Markdown
7 lines
155 B
Markdown
# Usage
|
|
|
|
Start Odoo including this addon (from repo root):
|
|
|
|
```bash
|
|
python3 scripts/nix_odoo_web_server.py --db-name mydb --addon product_variant_name
|
|
```
|