New post: Connect Odoo to Hermes Agent via XML-RPC (with video embeds)

This commit is contained in:
Hermes Agent
2026-08-07 21:27:55 +00:00
parent ed8e134ee6
commit 19f7f44c5d
3 changed files with 155 additions and 3 deletions
+4 -3
View File
@@ -194,7 +194,8 @@
<script>
// All blog articles data
const allArticles = [
{ slug:"brief-semanal-2026-08-07.html", cat:"Brief Semanal", time:"3 min", title:"Brief semanal Odoo — 7 agosto 2026", excerpt:"La OCA lanza su nuevo Apps Store, novedades del blog oficial de Odoo y actualizaciones en los módulos Community. Tu resumen semanal del ecosistema Odoo.", tag:"news" }
{ slug:"brief-semanal-2026-08-07.html", cat:"Brief Semanal", time:"3 min", title:"Brief semanal Odoo — 7 agosto 2026", excerpt:"La OCA lanza su nuevo Apps Store, novedades del blog oficial de Odoo y actualizaciones en los módulos Community. Tu resumen semanal del ecosistema Odoo.", tag:"news" },
{ slug:"odoo-xml-rpc-hermes-agent.html", cat:"Guía Técnica", time:"6 min", title:"Conecta Odoo con Hermes Agent vía XML-RPC", excerpt:"Guía paso a paso para conectar Odoo Community con Hermes Agent usando XML-RPC. Sin middleware, sin MCP, sin n8n. Tu agente IA hablando directamente con tu ERP.", tag:"guide" }
];
const perPage = 6;
let currentPage = 1;
@@ -242,8 +243,8 @@ renderBlog();
<section style="padding:60px 0;background:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;">
<div class="container">
<div class="max-w-2xl mx-auto text-center">
<h2 style="font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#0f172a;margin-bottom:8px;">Recibe nuestro brief semanal</h2>
<p style="color:#64748b;font-size:0.9375rem;line-height:1.7;margin-bottom:24px;max-width:440px;margin-left:auto;margin-right:auto;">Resumen semanal del ecosistema Odoo directamente en tu correo.</p>
<h2 style="font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#0f172a;margin-bottom:8px;">Newsletter Odoo Expertos</h2>
<p style="color:#64748b;font-size:0.9375rem;line-height:1.7;margin-bottom:24px;max-width:440px;margin-left:auto;margin-right:auto;">Dos ediciones al a&ntilde;o con novedades, gu&iacute;as y recursos exclusivos del ecosistema Odoo.</p>
<form id="mailingForm" style="display:flex;gap:12px;max-width:440px;margin:0 auto;">
<input type="email" id="mailEmail" placeholder="tu@email.com" required style="flex:1;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-family:'Inter',sans-serif;font-size:0.9375rem;color:#0f172a;outline:none;transition:border-color 0.2s;" onfocus="this.style.borderColor='#4338ca'" onblur="this.style.borderColor='#e2e8f0'">
<button type="submit" class="btn-primary" style="white-space:nowrap;padding:14px 28px;">Suscribirme</button>