소개
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.
주요 기능
- 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
사용 사례
- Working with disposable Odoo data for experiments
- Interacting with Odoo test databases
- Developing and debugging within an Odoo environment