Skip to content

Releases: mart337i/odoo-dev-mcp

Release list

v1.2.0

Choose a tag to compare

@mart337i mart337i released this 08 May 18:45

Summary

  • Add local Odoo environment context via ODOO_SOURCE, ODOO_BASE_COMMAND, ODOO_TOOL_README, and odoo://local/context.
  • Add OWL planning/scaffold tools for components, client actions, field widgets, services, and Hoot tests.
  • Redact sensitive local context values and escape generated OWL JS/XML snippets.

Verification

  • uv run python -m tests.test_server
  • uv run python test_imports.py

v1.1.0

Choose a tag to compare

@mart337i mart337i released this 08 May 18:14

Summary

  • Switch documentation helpers to official version-aware Odoo developer reference URLs.
  • Add skill-informed helpers for feature planning, automations, dependency layout, migrations, and Odoo error explanations.
  • Expand migration scaffolds with verified odoo.upgrade.util examples for model, field, XML ID, module, SQL, and ORM helpers.

Verification

  • uv run python -m tests.test_server
  • uv run python test_imports.py