You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the larger Odoo system refactor stabilizes, add deeper live-stack validation coverage to this MCP repo so refactor regressions are caught against the real Odoo workspace instead of only mocked/unit surfaces.
Finish Line
The MCP repo has a documented live refactor-validation lane that exercises representative real Odoo behavior across model discovery, addon paths, field lookup, inheritance, permissions, and selected MCP tool smoke tests.
Current Status
State: Parked until the Odoo system refactor reaches a stable-enough shape for assertions. The validation plumbing split from #12 is complete.
Next action: Define stable live assertions from the refactored Odoo workspace once the tenant/orchestration repos settle.
Blocked by: Odoo refactor stabilization in related tenant/orchestration repos.
Last verified: 2026-05-16 during cross-repo issue audit; completed #12 was clarified as historical validation plumbing, not a current blocker.
Scope
Capture stable expected live behaviors after the Odoo refactor settles.
Add or update live-stack tests/smoke commands for representative MCP tools.
Cover key refactor-sensitive areas: addon paths, module structure, model info, field lookup, inheritance chains, permission checks, and a small performance/query sample.
Objective
After the larger Odoo system refactor stabilizes, add deeper live-stack validation coverage to this MCP repo so refactor regressions are caught against the real Odoo workspace instead of only mocked/unit surfaces.
Finish Line
The MCP repo has a documented live refactor-validation lane that exercises representative real Odoo behavior across model discovery, addon paths, field lookup, inheritance, permissions, and selected MCP tool smoke tests.
Current Status
State: Parked until the Odoo system refactor reaches a stable-enough shape for assertions. The validation plumbing split from #12 is complete.
Next action: Define stable live assertions from the refactored Odoo workspace once the tenant/orchestration repos settle.
Blocked by: Odoo refactor stabilization in related tenant/orchestration repos.
Last verified: 2026-05-16 during cross-repo issue audit; completed #12 was clarified as historical validation plumbing, not a current blocker.
Scope
Acceptance Criteria
.github/github.json,README.md, andtests/README.mdif those files are the durable command sources at the time.Relationships
Validation
Do not implement deep assertions until the Odoo refactor target behavior is stable enough to avoid encoding churn.