This commit is contained in:
oliver
2026-06-26 18:06:44 -03:00
parent ee908a65bb
commit 3efde98250
@@ -141,10 +141,12 @@ ODOO_APIKEY=198db28b752ccb4a66c646503902169e8b3a5b42
Prompt: Prompt:
<pre><code> <pre><code>
Connect to the odoo 19 database with the credentials given in $ODOO_URL $ODOO_USER $ODOO_APIKEY<br> Connect to the odoo 19 database with the credentials given in
open <url>/doc and read the available models and methods. Use the JSON api to connect and do not login to the web UI.<br> $ODOO_URL $ODOO_USER $ODOO_APIKEY
create a skill to access ODOO<br> open <url>/doc and read the available models and methods.
return all data found in the crm database<br> 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
</code></pre> </code></pre>
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. 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.