8 Commits

Author SHA1 Message Date
mpmedia f2ca479565 v0.4.1: Add parent_id to create_project; link_drive_document_to_project; 4 Cybrosys checklist tools (97 total) 2026-05-29 18:04:37 -05:00
mpmedia 40cdd37330 feat: add Projects module tools (v0.4.0) 2026-05-28 17:38:42 -05:00
mpmedia 8095c24782 feat: add eLearning module (v0.3.0) — 22 new tools 2026-05-28 14:48:25 -05:00
mpmedia c14f20577c feat: v0.2.0 — add 10 new tools, cancel_sale_orders draft/sent guard 2026-05-28 12:40:27 -05:00
jason 8bc425f034 feat: add icon field support to knowledge article tools
- get_knowledge_article: returns icon field
- create_knowledge_article: accepts optional icon parameter
- update_knowledge_article: accepts optional icon parameter
  (empty string = no change, preserves existing icon)

Refs: odoo-plugin-icon-field-request
2026-05-18 14:50:04 -05:00
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