From 8fb9e21859063d54161f8c51031f169ab1cb9abe Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 10 Jun 2026 08:53:27 -0300 Subject: [PATCH] Blog post: split prompt section into two prompts (integration + leads) --- blog/posts/speed-run-odoo-community-agent.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/blog/posts/speed-run-odoo-community-agent.html b/blog/posts/speed-run-odoo-community-agent.html index bcb4f27..c27a54a 100644 --- a/blog/posts/speed-run-odoo-community-agent.html +++ b/blog/posts/speed-run-odoo-community-agent.html @@ -123,14 +123,19 @@

Prompt

-

The following prompt is what we configured on the agent's dashboard at app.derez.ai. It tells the agent how to connect and what to do with your Odoo data:

+

We configured two prompts on the agent's dashboard at app.derez.ai. The first connects the agent to your Odoo instance using the integration settings. The second asks for the data you need.

- Derez Prompt — ODOO Community

+ Prompt 1 — ODOO Integration

+ Connect to my Odoo database using the Odoo integration from the dashboard. +
+ +
+ Prompt 2 — Get My Leads

Give me an overview on all leads I have.
-

That's it. One sentence. The agent knows how to authenticate with the credentials you provided and pulls your full lead pipeline from Odoo.

+

The first prompt authenticates using the credentials you entered in the dashboard integration settings. The second prompt then pulls your full lead pipeline from Odoo.

Wrap Up