docs: replace git.alwisp.com with git.mpm.to

This commit is contained in:
2026-05-25 12:22:12 -05:00
parent b5487c2998
commit b188048806
+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 **Version:** 0.1.3
**Author:** Message Point Media **Author:** Message Point Media
**Repo:** https://git.alwisp.com/jason/odoo-mpm-plugin **Repo:** https://git.mpm.to/jason/odoo-mpm-plugin
**CoWork Project:** CW-003 — Odoo V19 MCP Bridge **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:** **Quick summary:**
1. **Install the plugin** — Claude Desktop: Settings → Plugins → Add Plugin → paste `https://git.alwisp.com/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/jason/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: 2. **Verify `uv` is installed** — Run `which uv` in terminal. If missing:
- Mac/Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh` - Mac/Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`
- Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"` - Windows: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`