update
This commit is contained in:
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Authors | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Authors | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,18 +69,51 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Authors on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/authors/</link>
|
||||
<link>https://ODOO4startups.org/es/authors/</link>
|
||||
<description>Recent content in Authors on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<atom:link href="http://localhost:1313/es/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>0-5 | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>0-5 | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,85 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>0-5 on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/categories/0-5/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/0-5/</link>
|
||||
<description>Recent content in 0-5 on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/categories/0-5/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/categories/0-5/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>5-10 | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>5-10 | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,81 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>5-10 on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/categories/5-10/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/5-10/</link>
|
||||
<description>Recent content in 5-10 on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/categories/5-10/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/categories/5-10/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Farm | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Farm | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,85 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Farm on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/categories/farm/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/farm/</link>
|
||||
<description>Recent content in Farm on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/categories/farm/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/categories/farm/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Categories | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Categories | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,174 +69,51 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="0-5"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/categories/0-5/" class="open-modal">
|
||||
<h4 class="card__title">0-5</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="5-10"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/categories/5-10/" class="open-modal">
|
||||
<h4 class="card__title">5-10</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Farm"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/categories/farm/" class="open-modal">
|
||||
<h4 class="card__title">Farm</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="IT"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/categories/it/" class="open-modal">
|
||||
<h4 class="card__title">IT</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,38 +2,38 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/categories/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/</link>
|
||||
<description>Recent content in Categories on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>0-5</title>
|
||||
<link>http://localhost:1313/es/categories/0-5/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/0-5/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/categories/0-5/</guid>
|
||||
<guid>https://ODOO4startups.org/es/categories/0-5/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>5-10</title>
|
||||
<link>http://localhost:1313/es/categories/5-10/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/5-10/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/categories/5-10/</guid>
|
||||
<guid>https://ODOO4startups.org/es/categories/5-10/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Farm</title>
|
||||
<link>http://localhost:1313/es/categories/farm/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/farm/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/categories/farm/</guid>
|
||||
<guid>https://ODOO4startups.org/es/categories/farm/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>IT</title>
|
||||
<link>http://localhost:1313/es/categories/it/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/it/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/categories/it/</guid>
|
||||
<guid>https://ODOO4startups.org/es/categories/it/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>IT | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>IT | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,81 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>IT on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/categories/it/</link>
|
||||
<link>https://ODOO4startups.org/es/categories/it/</link>
|
||||
<description>Recent content in IT on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/categories/it/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/categories/it/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,51 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.147.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta name="generator" content="Hugo 0.147.8">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Home | </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="description in Spanish" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
<meta name="keywords" content="odoo community, hosting, success stories, chatbot, startup, first steps and cheap" />
|
||||
|
||||
<title>Home | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="description in Spanish" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -67,230 +70,291 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<section class="hero">
|
||||
<div class="">
|
||||
<h1 class="" data-pagefind-meta="title">🚀 Historias de éxito reales de Odoo: descubre dónde destaca Odoo</h1>
|
||||
<p class="" data-pagefind-meta="description">Descubre cómo empresas de todos los sectores se están transformando con Odoo, desde la optimización del inventario hasta la automatización de las ventas y la ampliación de las operaciones. Estos son ejemplos reales de cómo Odoo es un éxito rotundo. 💡 ¿Usas Odoo? Comparte tu historia de éxito y consigue visibilidad destacada con un backlink dofollow a tu sitio web como agradecimiento. Es visibilidad gratuita y un excelente SEO.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<main> <section class="hero">
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
<h1 class="" data-pagefind-meta="title">🚀 Historias de éxito reales de Odoo: descubre dónde destaca Odoo</h1>
|
||||
<p class="" data-pagefind-meta="description">Descubre cómo empresas de todos los sectores se están transformando con Odoo, desde la optimización del inventario hasta la automatización de las ventas y la ampliación de las operaciones. Estos son ejemplos reales de cómo Odoo es un éxito rotundo. 💡 ¿Usas Odoo? Comparte tu historia de éxito y consigue visibilidad destacada con un backlink dofollow a tu sitio web como agradecimiento. Es visibilidad gratuita y un excelente SEO.</p>
|
||||
<button class="story-btn" id="createStoryBtn">
|
||||
Envíe su historia de éxito aquí
|
||||
</button>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div class="space"><section id="stories">
|
||||
<div class="tags_categories">
|
||||
<div class="category_list">
|
||||
|
||||
<h3 class="">
|
||||
<div class="block_heading_container">
|
||||
<img src="/icons/categories.svg" alt="" class="">
|
||||
categorías
|
||||
</h3>
|
||||
<p class="">categorías</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/categories/0-5/">0-5</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/categories/0-5/">
|
||||
<li class="chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/categories/5-10/">5-10</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/categories/5-10/">
|
||||
<li class="chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/categories/farm/">farm</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/categories/farm/">
|
||||
<li class="chip">
|
||||
farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/categories/it/">it</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/categories/it/">
|
||||
<li class="chip">
|
||||
it
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="tags_list">
|
||||
<div class="block_heading_container">
|
||||
|
||||
<h3 class="">
|
||||
<img src="/icons/hastag.svg" alt="" class="">
|
||||
etiquetas
|
||||
</h3>
|
||||
<img src="/icons/hastag.svg" alt="" class="">
|
||||
<p class="">
|
||||
etiquetas
|
||||
</p>
|
||||
</div>
|
||||
<ul>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/cattle-farm/">cattle farm</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/cattle-farm/">
|
||||
<li class="chip">
|
||||
cattle farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/community/">community</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/community/">
|
||||
<li class="chip">
|
||||
community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/digital-transformation/">digital transformation</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/digital-transformation/">
|
||||
<li class="chip">
|
||||
digital transformation
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/erp/">erp</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/erp/">
|
||||
<li class="chip">
|
||||
erp
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/it/">it</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/it/">
|
||||
<li class="chip">
|
||||
it
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/odoo/">odoo</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/odoo/">
|
||||
<li class="chip">
|
||||
odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="chip">
|
||||
<a href="http://localhost:1313//es/tags/paraguay/">paraguay</a>
|
||||
</li>
|
||||
<a href="https://ODOO4startups.org//es/tags/paraguay/">
|
||||
<li class="chip">
|
||||
paraguay
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<button class="story-btn" id="createStoryBtn">Envíe su historia de éxito aquí</button>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef" frameborder="1"></iframe>
|
||||
</dialog>
|
||||
|
||||
|
||||
<section class="story__grid">
|
||||
|
||||
<div class=" story__grid ">
|
||||
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</section></div>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,25 +2,25 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/</link>
|
||||
<link>https://ODOO4startups.org/es/</link>
|
||||
<description>Recent content on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -2,327 +2,327 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://localhost:1313/es/stories/</loc>
|
||||
<loc>https://ODOO4startups.org/es/stories/</loc>
|
||||
<lastmod>2025-06-15T22:50:57+05:30</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/stories/"
|
||||
href="https://ODOO4startups.org/en/stories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/stories/"
|
||||
href="https://ODOO4startups.org/de/stories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/stories/"
|
||||
href="https://ODOO4startups.org/es/stories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/</loc>
|
||||
<loc>https://ODOO4startups.org/es/</loc>
|
||||
<lastmod>2025-06-15T22:21:30+05:30</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/"
|
||||
href="https://ODOO4startups.org/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/"
|
||||
href="https://ODOO4startups.org/de/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/"
|
||||
href="https://ODOO4startups.org/es/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/categories/0-5/</loc>
|
||||
<loc>https://ODOO4startups.org/es/categories/0-5/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/categories/0-5/"
|
||||
href="https://ODOO4startups.org/en/categories/0-5/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/categories/0-5/"
|
||||
href="https://ODOO4startups.org/de/categories/0-5/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/categories/0-5/"
|
||||
href="https://ODOO4startups.org/es/categories/0-5/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/categories/5-10/</loc>
|
||||
<loc>https://ODOO4startups.org/es/categories/5-10/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/categories/5-10/"
|
||||
href="https://ODOO4startups.org/en/categories/5-10/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/categories/5-10/"
|
||||
href="https://ODOO4startups.org/de/categories/5-10/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/categories/5-10/"
|
||||
href="https://ODOO4startups.org/es/categories/5-10/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/categories/</loc>
|
||||
<loc>https://ODOO4startups.org/es/categories/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/categories/"
|
||||
href="https://ODOO4startups.org/en/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/categories/"
|
||||
href="https://ODOO4startups.org/de/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/categories/"
|
||||
href="https://ODOO4startups.org/es/categories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/cattle-farm/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/cattle-farm/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/cattle-farm/"
|
||||
href="https://ODOO4startups.org/en/tags/cattle-farm/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/cattle-farm/"
|
||||
href="https://ODOO4startups.org/de/tags/cattle-farm/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/cattle-farm/"
|
||||
href="https://ODOO4startups.org/es/tags/cattle-farm/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/community/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/community/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/community/"
|
||||
href="https://ODOO4startups.org/en/tags/community/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/community/"
|
||||
href="https://ODOO4startups.org/de/tags/community/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/community/"
|
||||
href="https://ODOO4startups.org/es/tags/community/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/stories/odoo4projects/</loc>
|
||||
<loc>https://ODOO4startups.org/es/stories/odoo4projects/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/stories/odoo4projects/"
|
||||
href="https://ODOO4startups.org/en/stories/odoo4projects/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/stories/odoo4projects/"
|
||||
href="https://ODOO4startups.org/de/stories/odoo4projects/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/stories/odoo4projects/"
|
||||
href="https://ODOO4startups.org/es/stories/odoo4projects/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/digital-transformation/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/digital-transformation/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/digital-transformation/"
|
||||
href="https://ODOO4startups.org/en/tags/digital-transformation/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/digital-transformation/"
|
||||
href="https://ODOO4startups.org/de/tags/digital-transformation/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/digital-transformation/"
|
||||
href="https://ODOO4startups.org/es/tags/digital-transformation/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/erp/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/erp/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/erp/"
|
||||
href="https://ODOO4startups.org/en/tags/erp/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/erp/"
|
||||
href="https://ODOO4startups.org/de/tags/erp/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/erp/"
|
||||
href="https://ODOO4startups.org/es/tags/erp/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/categories/farm/</loc>
|
||||
<loc>https://ODOO4startups.org/es/categories/farm/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/categories/farm/"
|
||||
href="https://ODOO4startups.org/en/categories/farm/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/categories/farm/"
|
||||
href="https://ODOO4startups.org/de/categories/farm/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/categories/farm/"
|
||||
href="https://ODOO4startups.org/es/categories/farm/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/categories/it/</loc>
|
||||
<loc>https://ODOO4startups.org/es/categories/it/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/categories/it/"
|
||||
href="https://ODOO4startups.org/en/categories/it/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/categories/it/"
|
||||
href="https://ODOO4startups.org/de/categories/it/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/categories/it/"
|
||||
href="https://ODOO4startups.org/es/categories/it/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/it/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/it/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/it/"
|
||||
href="https://ODOO4startups.org/en/tags/it/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/it/"
|
||||
href="https://ODOO4startups.org/de/tags/it/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/it/"
|
||||
href="https://ODOO4startups.org/es/tags/it/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/odoo/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/odoo/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/odoo/"
|
||||
href="https://ODOO4startups.org/en/tags/odoo/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/odoo/"
|
||||
href="https://ODOO4startups.org/de/tags/odoo/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/odoo/"
|
||||
href="https://ODOO4startups.org/es/tags/odoo/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/paraguay/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/paraguay/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/paraguay/"
|
||||
href="https://ODOO4startups.org/en/tags/paraguay/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/paraguay/"
|
||||
href="https://ODOO4startups.org/de/tags/paraguay/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/paraguay/"
|
||||
href="https://ODOO4startups.org/es/tags/paraguay/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/tags/</loc>
|
||||
<loc>https://ODOO4startups.org/es/tags/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/tags/"
|
||||
href="https://ODOO4startups.org/en/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/tags/"
|
||||
href="https://ODOO4startups.org/de/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/tags/"
|
||||
href="https://ODOO4startups.org/es/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/stories/agape/</loc>
|
||||
<loc>https://ODOO4startups.org/es/stories/agape/</loc>
|
||||
<lastmod>2025-06-10T12:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/stories/agape/"
|
||||
href="https://ODOO4startups.org/en/stories/agape/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/stories/agape/"
|
||||
href="https://ODOO4startups.org/de/stories/agape/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/stories/agape/"
|
||||
href="https://ODOO4startups.org/es/stories/agape/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/es/authors/</loc>
|
||||
<loc>https://ODOO4startups.org/es/authors/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://localhost:1313/en/authors/"
|
||||
href="https://ODOO4startups.org/en/authors/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="de"
|
||||
href="http://localhost:1313/de/authors/"
|
||||
href="https://ODOO4startups.org/de/authors/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
href="http://localhost:1313/es/authors/"
|
||||
href="https://ODOO4startups.org/es/authors/"
|
||||
/>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Transforming Our Cattle Farm with Odoo Community | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="How Odoo Community helped streamline operations across three farm locations in Paraguay" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Transforming Our Cattle Farm with Odoo Community | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="How Odoo Community helped streamline operations across three farm locations in Paraguay" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,8 +69,82 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
<section class="single-page"><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
|
||||
<section class="single-page">
|
||||
<div class="article__content">
|
||||
<header class="article__header">
|
||||
<h1 class="article__heading">Transforming Our Cattle Farm with Odoo Community</h1>
|
||||
|
||||
<div class="">
|
||||
<a href="">
|
||||
<h4 class="author__name">Estancia Agape</h4>
|
||||
</a>
|
||||
|
||||
<p class="publish__date">posted on 10 jun. 2025</p>
|
||||
<div class="article__tags_categories">
|
||||
<ul>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/categories/farm/">
|
||||
<li class="article__category">Farm</li>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/categories/0-5/">
|
||||
<li class="article__category">0-5</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/odoo/">
|
||||
<li class="article__tag">Odoo</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/erp/">
|
||||
<li class="article__tag">ERP</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/cattle-farm/">
|
||||
<li class="article__tag">Cattle Farm</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/paraguay/">
|
||||
<li class="article__tag">Paraguay</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/digital-transformation/">
|
||||
<li class="article__tag">Digital Transformation</li></a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article__toc mobile_toc"><nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#why-odoo">Why Odoo?</a></li>
|
||||
<li><a href="#online-hosting-the-game-changer">Online Hosting: The Game-Changer</a></li>
|
||||
<li><a href="#the-results">The Results</a></li>
|
||||
<li><a href="#looking-ahead">Looking Ahead</a></li>
|
||||
</ul>
|
||||
</nav></div>
|
||||
</header>
|
||||
<article><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
|
||||
<h2 id="why-odoo">Why Odoo?</h2>
|
||||
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
|
||||
@@ -102,14 +179,58 @@
|
||||
<p><strong>Visit us at <a href="https://estancia-agape.com">estancia-agape.com</a> to learn more about our journey.</strong></p>
|
||||
<hr>
|
||||
<p><em>Interested in how Odoo can work for your farm or agribusiness? Contact us — we’re happy to share insights.</em></p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="article__toc desktop_toc"><nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#why-odoo">Why Odoo?</a></li>
|
||||
<li><a href="#online-hosting-the-game-changer">Online Hosting: The Game-Changer</a></li>
|
||||
<li><a href="#the-results">The Results</a></li>
|
||||
<li><a href="#looking-ahead">Looking Ahead</a></li>
|
||||
</ul>
|
||||
</nav></div>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Stories | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Stories | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,148 +69,51 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,25 +2,25 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Stories on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/stories/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/</link>
|
||||
<description>Recent content in Stories on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/stories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/stories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,8 +69,80 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
<section class="single-page"><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
|
||||
<section class="single-page">
|
||||
<div class="article__content">
|
||||
<header class="article__header">
|
||||
<h1 class="article__heading">Construyendo un Servicio de ERP en la Nube con Odoo Community</h1>
|
||||
|
||||
<div class="">
|
||||
<a href="">
|
||||
<h4 class="author__name"></h4>
|
||||
</a>
|
||||
|
||||
<p class="publish__date">posted on 10 jun. 2025</p>
|
||||
<div class="article__tags_categories">
|
||||
<ul>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/categories/it/">
|
||||
<li class="article__category">IT</li>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/categories/5-10/">
|
||||
<li class="article__category">5-10</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
<ul>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/odoo/">
|
||||
<li class="article__tag">Odoo</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/erp/">
|
||||
<li class="article__tag">ERP</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/community/">
|
||||
<li class="article__tag">Community</li></a>
|
||||
|
||||
|
||||
<a href="https://ODOO4startups.org//es/tags/it/">
|
||||
<li class="article__tag">IT</li></a>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article__toc mobile_toc"><nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#por-qué-odoo-community">¿Por qué Odoo Community?</a></li>
|
||||
<li><a href="#módulos-personalizados-nuestra-clave-para-el-éxito">Módulos personalizados: Nuestra clave para el éxito</a></li>
|
||||
<li><a href="#qué-no-funcionó">¿Qué no funcionó?</a></li>
|
||||
<li><a href="#mirando-hacia-adelante-odoo-19-y-más-allá">Mirando hacia adelante: Odoo 19 y más allá</a></li>
|
||||
<li><a href="#nuestro-mensaje-para-los-demás">Nuestro mensaje para los demás</a></li>
|
||||
</ul>
|
||||
</nav></div>
|
||||
</header>
|
||||
<article><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
|
||||
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
|
||||
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
|
||||
@@ -96,14 +171,59 @@
|
||||
<p>Si te dedicas a la IT o SaaS y buscas una plataforma de ERP flexible y potente, <strong>no subestimes a Odoo Community</strong>. Con el equipo y la visión correctos, puedes construir servicios de nivel empresarial sin la sobrecarga de las licencias empresariales.</p>
|
||||
<p><strong>Visítanos en <a href="https://ODOO4projects.com">ODOO4projects.com</a> para aprender más sobre nuestra plataforma y soluciones.</strong></p>
|
||||
<hr>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="article__toc desktop_toc"><nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#por-qué-odoo-community">¿Por qué Odoo Community?</a></li>
|
||||
<li><a href="#módulos-personalizados-nuestra-clave-para-el-éxito">Módulos personalizados: Nuestra clave para el éxito</a></li>
|
||||
<li><a href="#qué-no-funcionó">¿Qué no funcionó?</a></li>
|
||||
<li><a href="#mirando-hacia-adelante-odoo-19-y-más-allá">Mirando hacia adelante: Odoo 19 y más allá</a></li>
|
||||
<li><a href="#nuestro-mensaje-para-los-demás">Nuestro mensaje para los demás</a></li>
|
||||
</ul>
|
||||
</nav></div>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cattle Farm | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Cattle Farm | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,85 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Cattle Farm on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/cattle-farm/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/cattle-farm/</link>
|
||||
<description>Recent content in Cattle Farm on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/cattle-farm/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/cattle-farm/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Community | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Community | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,81 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Community on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/community/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/community/</link>
|
||||
<description>Recent content in Community on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/community/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/community/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Digital Transformation | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Digital Transformation | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,85 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Digital Transformation on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/digital-transformation/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/digital-transformation/</link>
|
||||
<description>Recent content in Digital Transformation on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/digital-transformation/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/digital-transformation/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ERP | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>ERP | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,148 +69,185 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,25 +2,25 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>ERP on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/erp/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/erp/</link>
|
||||
<description>Recent content in ERP on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/erp/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/erp/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Tags | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Tags | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,291 +69,51 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Cattle Farm"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/cattle-farm/" class="open-modal">
|
||||
<h4 class="card__title">Cattle Farm</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/community/" class="open-modal">
|
||||
<h4 class="card__title">Community</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Digital Transformation"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/digital-transformation/" class="open-modal">
|
||||
<h4 class="card__title">Digital Transformation</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="ERP"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/erp/" class="open-modal">
|
||||
<h4 class="card__title">ERP</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="IT"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/it/" class="open-modal">
|
||||
<h4 class="card__title">IT</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Odoo"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/odoo/" class="open-modal">
|
||||
<h4 class="card__title">Odoo</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src=""
|
||||
alt="Paraguay"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/tags/paraguay/" class="open-modal">
|
||||
<h4 class="card__title">Paraguay</h4>
|
||||
</a>
|
||||
<p class="card__description"></p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">0 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,59 +2,59 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/</link>
|
||||
<description>Recent content in Tags on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Cattle Farm</title>
|
||||
<link>http://localhost:1313/es/tags/cattle-farm/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/cattle-farm/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/cattle-farm/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/cattle-farm/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Community</title>
|
||||
<link>http://localhost:1313/es/tags/community/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/community/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/community/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/community/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Digital Transformation</title>
|
||||
<link>http://localhost:1313/es/tags/digital-transformation/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/digital-transformation/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/digital-transformation/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/digital-transformation/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>ERP</title>
|
||||
<link>http://localhost:1313/es/tags/erp/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/erp/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/erp/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/erp/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>IT</title>
|
||||
<link>http://localhost:1313/es/tags/it/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/it/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/it/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/it/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Odoo</title>
|
||||
<link>http://localhost:1313/es/tags/odoo/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/odoo/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/odoo/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/odoo/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Paraguay</title>
|
||||
<link>http://localhost:1313/es/tags/paraguay/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/paraguay/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/tags/paraguay/</guid>
|
||||
<guid>https://ODOO4startups.org/es/tags/paraguay/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>IT | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>IT | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,81 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>IT on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/it/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/it/</link>
|
||||
<description>Recent content in IT on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/it/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/it/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Odoo | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Odoo | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,148 +69,185 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png"
|
||||
alt="Construyendo un Servicio de ERP en la Nube con Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube con Odoo Community</h4>
|
||||
</a>
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para clientes de todo el mundo</p>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/it/" class="category__chip">
|
||||
IT
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/" class="category__chip">
|
||||
5-10
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/" class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/it/" class="tag__chip">
|
||||
<span class="hastag">#</span>IT
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<img
|
||||
src="/Header_low_10746718438198390839_hu_c5b790f2cf501b85.057f694d007ec66ce3c448274f86908beea3c1de212f4a00638b4b0f5e620942.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""></time>
|
||||
</div>
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<a href="/es/categories/it/">
|
||||
<li class="category__chip">
|
||||
IT
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/5-10/">
|
||||
<li class="category__chip">
|
||||
5-10
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/odoo4projects/" data-story-url="/es/stories/odoo4projects/" class="open-modal">
|
||||
<h4 class="card__title">Construyendo un Servicio de ERP en la Nube …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">Cómo utilizamos Odoo Community V17 para crear y alojar soluciones de ERP personalizadas para …</p>
|
||||
|
||||
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/community/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Community
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article> <article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,25 +2,25 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Odoo on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/odoo/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/odoo/</link>
|
||||
<description>Recent content in Odoo on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/odoo/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/odoo/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Construyendo un Servicio de ERP en la Nube con Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/odoo4projects/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/odoo4projects/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/odoo4projects/</guid>
|
||||
<description><p><img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="ODOO4projects"></p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/odoo4projects/</guid>
|
||||
<description><p>





 
 
 
 <img src="https://ODOO4startups.org/Header_low_10746718438198390839_hu_de7cfefe2d250cea.86ba7c8ee5121073ae9e158f9828c9bca427038ac3ae42e2a5a2edb08557b1c1.webp" alt="ODOO4projects" loading="lazy">
 
 

</p>
<p>En <a href="https://ODOO4projects.com">ODOO4projects</a>, nos especializamos en ayudar a las empresas a tener éxito con el ERP de código abierto. Pero también ejecutamos nuestros propios servicios en la misma plataforma, y es por eso que decidimos construir nuestra <strong>infraestructura de alojamiento de ERP en la nube utilizando Odoo Community V17</strong>.</p>
<h2 id="por-qué-odoo-community">¿Por qué Odoo Community?</h2>
<p>Queríamos probar hasta dónde podía llegar Odoo Community, y no nos ha decepcionado.</p>
<ul>
<li>100% de código abierto, sin tasas de licencia</li>
<li>Altamente personalizable para casos de uso específicos</li>
<li>Fuerte soporte de la comunidad internacional</li>
<li>Ruta de actualización clara y diseño modular</li>
</ul>
<p>Nuestro objetivo no era solo usar Odoo, sino <strong>llegar al límite de lo que es posible con la Edición Comunitaria</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,50 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Paraguay | este sitio de historias</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
|
||||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<title>Paraguay | este sitio de historias</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<h2>ODOO Community Success Stories sponsored by </h2>
|
||||
|
||||
|
||||
|
||||
<a href="http://ODOO4projects.com" style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
|
||||
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
|
||||
<span style="display: inline-block;">
|
||||
Launch your ODOO Project now!
|
||||
</span>
|
||||
<h2>ODOO Community Success Stories sponsored by</h2>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="search-bar-container" id="search"></div>
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">es</button>
|
||||
@@ -66,85 +69,119 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<section class="story__grid">
|
||||
<article class="story__card">
|
||||
<img
|
||||
src="/images/blog-thumbnail.png"
|
||||
alt="Transforming Our Cattle Farm with Odoo Community"
|
||||
data-pagefind-index-attrs="title,alt"
|
||||
class="story__coverImg"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="story__card__details">
|
||||
<a data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo Community</h4>
|
||||
<section class="story__grid_2">
|
||||
<article class="story__card">
|
||||
|
||||
|
||||
|
||||
<img
|
||||
src="/images/blog-thumbnail_hu_c035cda27f11aa1a.webp"
|
||||
alt="image"
|
||||
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<div class="story__card__details">
|
||||
<ul class="card_category_list">
|
||||
|
||||
<a href="/es/categories/farm/">
|
||||
<li class="category__chip">
|
||||
Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/">
|
||||
<li class="category__chip">
|
||||
0-5
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
<a href="/es/stories/agape/" data-story-url="/es/stories/agape/" class="open-modal">
|
||||
<h4 class="card__title">Transforming Our Cattle Farm with Odoo …</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<div class="author__reading_time">
|
||||
<p class="timeToRead">2 minutos para leer </p>
|
||||
</div>
|
||||
|
||||
<p class="card__description">How Odoo Community helped streamline operations across three farm locations in Paraguay</p>
|
||||
|
||||
<div class="card__tags_categories">
|
||||
|
||||
<a href="/es/categories/farm/" class="category__chip">
|
||||
Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/categories/0-5/" class="category__chip">
|
||||
0-5
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/odoo/" class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/" class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/" class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/paraguay/" class="tag__chip">
|
||||
<span class="hastag">#</span>Paraguay
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/digital-transformation/" class="tag__chip">
|
||||
<span class="hastag">#</span>Digital Transformation
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="publish__date__timeToRead">
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
|
||||
<time datetime=""
|
||||
>10 jun. 2025</time
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">2 minutos para leer </time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="publish__date">
|
||||
<img src="/icons/person.svg" class="story__card__icon" alt="" />
|
||||
<time datetime="">Estancia Agape</time>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<ul class="card_tags_list">
|
||||
|
||||
<a href="/es/tags/odoo/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Odoo
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/erp/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>ERP
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<a href="/es/tags/cattle-farm/">
|
||||
<li class="tag__chip">
|
||||
<span class="hastag">#</span>Cattle Farm
|
||||
</li>
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<div id="story-modal">
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/carreras" title="Carreras">Carreras</a></li>
|
||||
|
||||
<li><a href="/contacto" title="Contacto">Contacto</a></li>
|
||||
|
||||
<li><a href="/mapa-del-sitio" title="Mapa del sitio">Mapa del sitio</a></li>
|
||||
|
||||
<li><a href="/politica-de-privacidad" title="Política de privacidad">Política de privacidad</a></li>
|
||||
|
||||
<li><a href="/faq" title="Preguntas frecuentes">Preguntas frecuentes</a></li>
|
||||
|
||||
<li><a href="/sobre-nosotros" title="Sobre nosotros">Sobre nosotros</a></li>
|
||||
|
||||
<li><a href="/soporte" title="Soporte">Soporte</a></li>
|
||||
|
||||
<li><a href="/terminos-de-servicio" title="Términos de servicio">Términos de servicio</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. Todos los derechos reservados. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Paraguay on este sitio de historias</title>
|
||||
<link>http://localhost:1313/es/tags/paraguay/</link>
|
||||
<link>https://ODOO4startups.org/es/tags/paraguay/</link>
|
||||
<description>Recent content in Paraguay on este sitio de historias</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>es</language>
|
||||
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/es/tags/paraguay/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://ODOO4startups.org/es/tags/paraguay/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Transforming Our Cattle Farm with Odoo Community</title>
|
||||
<link>http://localhost:1313/es/stories/agape/</link>
|
||||
<link>https://ODOO4startups.org/es/stories/agape/</link>
|
||||
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/es/stories/agape/</guid>
|
||||
<description><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
<guid>https://ODOO4startups.org/es/stories/agape/</guid>
|
||||
<description><p>





 
 
 <img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé" loading="lazy">
 
 

</p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
Reference in New Issue
Block a user