odoo-shortcuts

Odoo Shortcuts Documentation

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

General Demo

📚 Quick Navigation

🚀 Getting Started

✨ Main Features

🏗️ Code Generation (Scaffold)

🌳 Addon Explorer

🔧 Development Tools

📖 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+).

Scaffold Demo

2. Visual Explorer

Browse your addons like a file explorer. Support for:

Explorer View

3. Advanced LSP

Proprietary language server with:

OWL LSP

4. Contextual CodeLens

Quick actions directly in the code:

CodeLens

📝 Quick Example

# Cursor position on model → CodeLens appears
class SaleOrder(models.Model):
    _name = 'sale.order'
    
# [Create Views] [Create Report] [Import Security]

Need help? Check the quick start guide or browse the FAQ.