Odoo
byseletz
0Provides direct Python shell access to an Odoo database environment for development and testing.
Acerca de
This software acts as a Model Context Protocol (MCP) server, bridging MCP clients with an Odoo environment. It allows execution of Python code directly within an Odoo database context by maintaining a persistent Odoo shell subprocess. Designed exclusively for development and testing, it offers robust capabilities for code execution, model introspection, and session management within Odoo, while strictly warning against its use with production databases due to the inherent risks of direct access.
Características Principales
- Reset Odoo shell state to clear context
- Query available Odoo models with filtering
- Get detailed information about specific Odoo models
- 0 GitHub stars
- Execute Python code in Odoo shell context
Casos de Uso
- Working with disposable Odoo data for experiments
- Interacting with Odoo test databases
- Developing and debugging within an Odoo environment