Skip to main content

odoo-direct-jsonrpc-access

Drive an Odoo 19 tenant's classic /jsonrpc HTTP endpoint (execute_kw) directly with a login+password when you do NOT have MCP tool access or a Bearer API key — e.g. credentials were shared as a plain username/password rather than provisioned as an agent session. Use when calling everjust.app (or any Odoo 19) programmatically from outside the harness: raw curl/Python scripts, background subagents, or CI. Covers auth quirks (password goes in the api-key slot), context passing, batch create/write for bulk imports, idempotent dedup-before-create, and the "private methods cannot be called remotely" boundary. Complementary to [[everjust-platform]] (which assumes MCP/Bearer access and is the source of truth for platform rules like group_ids) — read that first for the rules, use this for the wire protocol when MCP isn't available.

Jump to install

Source facts

Repository
ever-just/agentskills
Last source activity
July 12, 2026 at 16:45
Detected SKILL.md language
English
Stars
3
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.