This commit is contained in:
oliver
2026-06-30 06:31:24 -03:00
parent 56db882f2e
commit 7442702722
+4 -2
View File
@@ -152,7 +152,9 @@ odoo:<br />
<p>Now paste this prompt into your Hermes Agent session. It tells the agent exactly how to reach your Odoo database using the credentials from Step 2:</p>
<div class="cmd-block">
Connect to the ODOO 19 database with the credentials $ODOO_URL $ODOO_USER $ODOO_APIKEY
Connect to the ODOO 19 database with the credentials $ODOO_URL $ODOO_USER $ODOO_APIKEY<br>
open {url}/doc and read the available models and methods. Use the JSON api to connect to ODOO and do not login to the web UI.<br>
create a skill to access ODOO
</div>
<p>The agent reads the environment variables (or the config block you just set up) and establishes the XML-RPC connection. Once it confirms, you're ready to query data.</p>
@@ -236,4 +238,4 @@ Total: 8 customers in CRM
</p>
</div>
</body>
</html>
</html>