odoo-test
Installation
SKILL.md
Odoo Testing Toolkit Skill (v2.0)
v2.0 Architecture: All testing operations available via
/odoo-testsub-commands or natural language.
A comprehensive skill for generating, running, and analyzing tests across Odoo 14-19. Covers unit tests, integration tests, HTTP controller tests, mock data creation, and test coverage analysis. Includes CI/CD integration patterns for Azure DevOps pipelines.
Configuration
- Supported Versions: Odoo 14, 15, 16, 17, 18, 19
- Primary Version: Odoo 17
- Test Patterns: 80+ documented patterns
- Mock Data Generators: 20+ field-type-aware generators
- Core Base Class:
odoo.tests.common.TransactionCase - Test Runner: Built-in Odoo test framework + CLI scripts
Quick Reference
Related skills