Welcome! This repository is a collection of guides, tips, and best practices for Odoo developers and team leads.
Whether you’re looking for code style conventions, productivity tips, or leadership advice, you’ll find practical resources here.
- Code Playbook Recurring mistakes, conventions, and best practices for Odoo code.
- Team Lead Guide What it means to be a team leader at Odoo, with actionable advice.
- Chrome Tips Site search shortcuts and browser productivity.
- Keyboard Navigation Essential shortcuts for efficient navigation in editors and OS.
- Shell Tools Visual git prompts, auto-fetch, and shell productivity.
- Git Made Simple Straightforward git workflows for Odoo projects.
- Github Tricks Review tips, canonical URLs, and more.
- Soft Skills Feedback culture and communication tips.
- Linters (Coming soon) Python (flake8, ruff) and JavaScript (eslint) linter setup and tips.
- Method Splitting (Coming soon) Why smaller methods matter (opinion & examples).
- All Black or All White (Coming soon)
- **Keep code simple (Coming soon) Real examples of over-engineered code.