From 3efde982503a1e77af35b40be9c3d92e8a786a06 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 26 Jun 2026 18:06:44 -0300 Subject: [PATCH] blog --- blog/posts/three-ways-integrate-odoo-hermes.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/blog/posts/three-ways-integrate-odoo-hermes.html b/blog/posts/three-ways-integrate-odoo-hermes.html index 2647f35..3327603 100644 --- a/blog/posts/three-ways-integrate-odoo-hermes.html +++ b/blog/posts/three-ways-integrate-odoo-hermes.html @@ -141,10 +141,12 @@ ODOO_APIKEY=198db28b752ccb4a66c646503902169e8b3a5b42 Prompt:

-Connect to the odoo 19 database with the credentials given in $ODOO_URL $ODOO_USER $ODOO_APIKEY
-open /doc and read the available models and methods. Use the JSON api to connect and do not login to the web UI.
-create a skill to access ODOO
-return all data found in the crm database
+Connect to the odoo 19 database with the credentials given in +$ODOO_URL $ODOO_USER $ODOO_APIKEY +open /doc and read the available models and methods. +Use the JSON api to connect and do not login to the web UI. +create a skill to access ODOO +return all data found in the crm database
This aproach is awesome since we give hermes the whole JSON 2 API to study. In the video you see, that the skill learned every modell with every method.