Work with a live Odoo instance
Connect to a customer's running Odoo to read logs, query data, and see what's actually happening.
When you need to know what's actually happening on a customer's instance — not what the code says should happen, but what the running server is doing right now — type /remote-ops in any session.
Claudioo asks which environment to connect to, opens an SSH session against the instance configured for your project, and you can start asking it things like a colleague who's already logged in:
- "Show me the last 100 lines of the Odoo log"
- "How many sale orders were created today?"
- "Is the queue job worker running?"
- "Why is the cron for
stock.pickingfailing?" - "What custom modules are installed on this instance?"
Two specialists, picked automatically
Claudioo decides which helper to bring in based on what you ask. domingos does full operations — runs commands, queries the database, reads logs, diagnoses issues. remote-explorer is read-only — it browses deployed code on the instance without changing anything. You don't pick; Claudioo does.
Before this works
Two pieces of setup, one personal and one project-level:
- Your own SSH key authorized on the hosting platform — see Connect to Odoo instances
- The project's instances configured by your tech owner — see Project instances
If either is missing, Claudioo will tell you which one and link you to the right page.
Read-only by default
On Shoovels, your key is registered as Read-only (Claudioo) unless an admin granted otherwise. That means logs, code, and SELECT queries — never writes. Most of what consultants need lives on the read side.
Learn more
- Connect to Odoo instances — Generate your SSH key and authorize it
- Project instances — How project instances are configured (tech owner)
- Run a skill — Other things
/-commands let you do