AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
36/100
Scores the file, not the repository.Length
67 words
9 headings · 1 code blocksRepository
1
— · pushed 161 days agoLast changed
2 days ago
First indexed 2 days ago.1# Odoo Development Agent23Reference for Odoo module development. Fill in project-specific details below.45## Dev Environment67### Odoo Runtime8- **Odoo source location**:9- **Enterprise addons path**:10- **Extra addons paths**:1112### Common Commands13```bash14# Start Odoo1516# Update a module1718# Run with specific addons path1920# Run tests21```2223### Notable24- Odoo source docs: https://github.com/odoo/documentation25- Odoo JS framework (OWL) docs: https://github.com/odoo/owl/tree/master/doc26
