Odoo Shortcuts Documentation
Welcome to the complete documentation for Odoo Shortcuts - The definitive VS Code extension for Odoo development.

📚 Quick Navigation
🚀 Getting Started
✨ Main Features
🏗️ Code Generation (Scaffold)
- Scaffold System - Generate Odoo files automatically
- Create complete addons
- Generate Models (Python)
- Create Views (XML)
- Generate OWL Components (JavaScript)
- Security files
- Automated tests
🌳 Addon Explorer
- Odoo Explorer - Navigate your addons visually
- Custom Addons view
- Odoo Core view (Read-Only)
- Odoo Enterprise view (Read-Only)
- Configuration files management
📖 Reference
🆘 Support
🎯 Highlighted Features
1. Intelligent Scaffold
Generate complete Odoo code with a single command. Supports Odoo versions 14-19 and automatically adapts syntax (e.g., tree vs list in Odoo 18+).

2. Visual Explorer
Browse your addons like a file explorer. Support for:
- Multiple repositories
- Core and Enterprise addons
- Configuration files
- CRUD operations

3. Advanced LSP
Proprietary language server with:
- OWL component autocomplete
- Navigation to definitions
- Automatic reindexing
- Import support

4. Contextual CodeLens
Quick actions directly in the code:
- Create views from models
- Generate reports
- Import security
- View OWL documentation

📝 Quick Example
# Cursor position on model → CodeLens appears
class SaleOrder(models.Model):
_name = 'sale.order'
# [Create Views] [Create Report] [Import Security]
🔗 Useful Links
Need help? Check the quick start guide or browse the FAQ.