# Odoo Development Agent

Reference for Odoo module development. Fill in project-specific details below.

## Dev Environment

### Odoo Runtime
- **Odoo source location**:
- **Enterprise addons path**:
- **Extra addons paths**:

### Common Commands
```bash
# Start Odoo

# Update a module

# Run with specific addons path

# Run tests
```

### Notable
- Odoo source docs: https://github.com/odoo/documentation
- Odoo JS framework (OWL) docs: https://github.com/odoo/owl/tree/master/doc
