3 Commits

Author SHA1 Message Date
jason 227ecb13a5 fix: remove invalid fields 'mobile' (res.partner) and 'probability' (crm.stage) for Odoo V18 2026-04-29 14:32:30 -05:00
jason 294c946d2b fix: replace macOS-only security CLI with cross-platform keyring; add KEYCHAIN_SERVICE constant 2026-04-29 13:37:40 -05:00
jason 571152ec39 Add Odoo MCP server with ProxyAwareTransport fix (v0.2.0)
Fixes DNS resolution failure in Cowork sandbox caused by xmlrpc.client.SafeTransport
ignoring HTTPS_PROXY environment variable. ProxyAwareTransport overrides request()
to use urllib.request with ProxyHandler(), which correctly routes through localhost:3128.
2026-03-31 09:06:15 -05:00