New Story

This commit is contained in:
n8n
2025-06-12 19:52:14 +00:00
parent 95d2e610ee
commit 2cd867c00d
81 changed files with 6630 additions and 0 deletions

View File

@@ -56,10 +56,18 @@
<a href="/en/%20/categories/0-5/">0-5</a>
</li>
<li class="chip">
<a href="/en/%20/categories/5-10/">5-10</a>
</li>
<li class="chip">
<a href="/en/%20/categories/farm/">farm</a>
</li>
<li class="chip">
<a href="/en/%20/categories/it/">it</a>
</li>
</ul>
</div>
@@ -75,10 +83,18 @@
<a href="/en/%20/tags/cattle-farm/">cattle farm</a>
</li>
<li class="chip">
<a href="/en/%20/tags/community/">community</a>
</li>
<li class="chip">
<a href="/en/%20/tags/erp/">erp</a>
</li>
<li class="chip">
<a href="/en/%20/tags/it/">it</a>
</li>
<li class="chip">
<a href="/en/%20/tags/odoo/">odoo</a>
</li>
@@ -101,6 +117,68 @@
<section class="story__grid">
<article class="story__card">
<img src="https://odoo4projects.com/web/image/2890-1713a804/Header_low.png" alt="Building a Cloud ERP Service with Odoo Community" class="story__coverImg" loading="lazy">
<div class="story__card__details">
<a href="https://success.odoo4projects.com/en/stories/odoo4projects/" target="_self">
<h4 class="card__title">Building a Cloud ERP Service with Odoo Community</h4>
</a>
<p class="card__description">
How we used Odoo Community V17 to create and host custom ERP solutions for clients worldwide
</p>
<div class="card__tags_categories">
<a href="" class="category__chip">
IT
</a>
<a href="" class="category__chip">
5-10
</a>
<a href="" class="tag__chip">
<span class="hastag">#</span>Odoo
</a>
<a href="" class="tag__chip">
<span class="hastag">#</span>ERP
</a>
<a href="" class="tag__chip">
<span class="hastag">#</span>Community
</a>
<a href="" 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="">Jun 10, 2025</time>
</div>
<div class="publish__date">
<img src="/icons/hourglass.svg" class="story__card__icon" alt="">
<time datetime="">2 minutes to read </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="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Transforming Our Cattle Farm with Odoo Community" class="story__coverImg" loading="lazy">

View File

@@ -8,6 +8,13 @@
<language>en</language>
<lastBuildDate>Tue, 10 Jun 2025 12:00:00 +0000</lastBuildDate>
<atom:link href="https://success.odoo4projects.com/en/stories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Building a Cloud ERP Service with Odoo Community</title>
<link>https://success.odoo4projects.com/en/stories/odoo4projects/</link>
<pubDate>Tue, 10 Jun 2025 12:00:00 +0000</pubDate>
<guid>https://success.odoo4projects.com/en/stories/odoo4projects/</guid>
<description>&lt;p&gt;&lt;img src=&#34;https://odoo4projects.com/web/image/2890-1713a804/Header_low.png&#34; alt=&#34;ODOO4projects&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At &lt;a href=&#34;https://ODOO4projects.com&#34;&gt;ODOO4projects&lt;/a&gt;, we specialize in helping businesses succeed with open-source ERP. But we also run our own services on the very same platform — and thats why we chose to build our &lt;strong&gt;entire cloud ERP hosting infrastructure using Odoo Community V17&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-odoo-community&#34;&gt;Why Odoo Community?&lt;/h2&gt;&#xA;&lt;p&gt;We wanted to test how far Odoo Community could go — and it hasnt let us down.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;100% open-source, no license fees&lt;/li&gt;&#xA;&lt;li&gt;Highly customizable for specific use cases&lt;/li&gt;&#xA;&lt;li&gt;Strong international community support&lt;/li&gt;&#xA;&lt;li&gt;Clear upgrade path and modular design&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Our objective was not just to use Odoo, but to &lt;strong&gt;push the limits of whats possible with Community Edition&lt;/strong&gt;.&lt;/p&gt;</description>
</item>
<item>
<title>Transforming Our Cattle Farm with Odoo Community</title>
<link>https://success.odoo4projects.com/en/stories/agape/</link>

View File

@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Building a Cloud ERP Service with Odoo Community | </title>
<link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>ODOO Community Success Stories sponsored by </h2>
<a href="https://ODOO4projects.com"><img src="/images/logo.svg" alt="" class="logo" height="25px" ></a>
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">en</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
German
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main> single page </main>
<script src="/pagefind/pagefind-ui.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>