docs: fix repo owner path (jason -> mpm)

This commit is contained in:
2026-05-25 12:28:28 -05:00
parent b188048806
commit ac58bdc8d0
+2 -2
View File
@@ -4,7 +4,7 @@ MPM Odoo ERP plugin for Claude Cowork — connects to mpmedia.odoo.com via XML-R
**Version:** 0.1.3
**Author:** Message Point Media
**Repo:** https://git.mpm.to/jason/odoo-mpm-plugin
**Repo:** https://git.mpm.to/mpm/odoo-mpm-plugin
**CoWork Project:** CW-003 — Odoo V19 MCP Bridge
---
@@ -56,7 +56,7 @@ Full install guide: [MPM Odoo Plugin — Install Guide](https://docs.google.com/
**Quick summary:**
1. **Install the plugin** — Claude Desktop: Settings → Plugins → Add Plugin → paste `https://git.mpm.to/jason/odoo-mpm-plugin`. Or install from the `.plugin` file (ask Bryan for current build).
1. **Install the plugin** — Claude Desktop: Settings → Plugins → Add Plugin → paste `https://git.mpm.to/mpm/odoo-mpm-plugin`. Or install from the `.plugin` file (ask Bryan for current build).
2. **Verify `uv` is installed** — Run `which uv` in terminal. If missing:
- Mac/Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`
- Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`