jason
19ed0844f9
Add ProxyAwareTransport to fix xmlrpc proxy bypass in Cowork sandbox
...
Routes all XML-RPC calls through the system HTTPS proxy (HTTPS_PROXY env var)
using urllib.request.build_opener(ProxyHandler()) instead of raw socket
connections that bypass the proxy. Also adds urllib.request and urllib.error
imports.
2026-03-31 08:53:15 -05:00
jason
be6266b2c8
Add search_knowledge_templates, get_knowledge_template, list_knowledge_template_categories
2026-03-30 20:06:54 -05:00
jason
6ff7c12c08
Strip base64 images from get_knowledge_article response
2026-03-30 20:01:41 -05:00
jason
49e1074a30
Merge branch 'main' of https://git.alwisp.com/jason/odoo-plugin-creation
2026-03-30 19:18:12 -05:00
jason
3890986563
mcp transport
2026-03-30 19:17:56 -05:00
jason
ba287b2567
Add created_after/created_before date filters to search_helpdesk_tickets
2026-03-30 19:15:41 -05:00
jason
2ffc12d865
Fix: remove date_deadline from helpdesk.ticket field lists (not a valid field in V18)
2026-03-30 19:08:21 -05:00
jason
3a2aa542df
Add Odoo MCP server — 30 tools across 10 modules
2026-03-30 18:37:47 -05:00