N8N Commit

This commit is contained in:
n8n
2025-06-17 15:27:52 +00:00
parent 5b8f8929f9
commit 0bded622de
56 changed files with 5741 additions and 1649 deletions
@@ -0,0 +1,23 @@
---
title: "Hugo vs ODOO: Which Website Framework Fits Your Needs?"
description: "null"
images:
- "images/blog/hugo.svg"
date: "2025-06-02"
draft: false
tags: ["hugo"]
categories: ["hugo"]
---
<p>Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Lets shed some light on which could fit YOUR needs best!
Hugo offers lightning-fast static site generation and developer freedom. Its perfect for those who love flexibility, customization, and blazing speeds. Together with a range of themes and quick deployment, Hugo is a dream come true for tech-savvy teams who want total control. 💡
But what if you need more than just a fast, beautiful site? ODOOs website framework brings a powerful set of built-in business apps right to your digital doorstep. Drag-and-drop site building, CRM, invoicing, eCommerce, and seamless integration with project management all under one roof. Now THAT is a game-changer for growing teams! 🔗
The bottom line?
If you want rapid simplicity and full control over design, Hugo shines. But if youre envisioning a website thats tightly linked to business operations and project workflows, ODOO has your back.
Curious which approach aligns with your vision? Follow #ODOO4projects for weekly deep dives and expert insights or get in touch with us via our homepage to talk strategy! 🚀
Whats your experience with Hugo or ODOO? Share your thoughts below! 🗣️</p>
@@ -0,0 +1,36 @@
---
title: "Running Lean with ODOO: How We Keep Our Infra Budget in Check"
description: "We use odoo community since it is a little less hungry for resources. We also use only essential apps and avoid bloat
Learning from our hosting experience, we see that the following items are key to keep the budget for self hosting tight:
- Configure your database for performance and resource usage
- Regular prune your docker system for unused images and containers
- reduce network load by putting your db on the same host than your odoo
- use your reverse proxy to cache assets
- Track when your scheduled actions run
- When using a VPS offload your backups to another server
or use our hassle free service ;)"
images:
- "images/blog/tricks.webp"
date: "2025-06-03"
draft: false
tags: ["knowledge"]
categories: ["knowledge"]
---
<p>🚀 Keeping your #ODOO4projects lean and agile doesnt have to break the bank! From our own hosting journey, weve found some golden rules to making Odoo Community run fast (and frugal):
🔹 Slim is in: Only install the essential apps. Less bloat = more speed.
🔹 Optimize your database a little tuning goes a LONG way for performance and resource use.
🔹 Dont forget regular Docker pruning. Old images and unused containers can quietly eat up resources.
🔹 Cut network lag: Host your Odoo and its database on the same server to reduce traffic and latency.
🔹 Put your reverse proxy to good use! Caching static assets can save you loads of bandwidth.
🔹 Know when your automated actions run insight means control over resource spikes.
🔹 For VPS users: Always offload those backups to a separate machine. Never risk your production setup!
Or you can just use our hassle-free service and leave the heavy lifting to us 😉
Ready to get more from Odoo with less? Follow #ODOO4projects or get in touch via our homepage! 💡
</p>
+12
View File
@@ -0,0 +1,12 @@
---
title: "Struggling?"
description: "null"
images:
- "images/blog/knowledge.webp"
date: "2025-06-12"
draft: false
tags: ["corporate"]
categories: ["corporate"]
---
<p></p>
@@ -0,0 +1,26 @@
---
title: "Why We Avoid Heavy Custom Modules (And You Should Too)"
description: "Your company grows into your ERP system and it becomes like your favorite shirt: You tend not to throw it away!
That having said, we need to keep in mind, that the system will stay for years. We need to have a system that can help us tackle the future challenges ( AI I can hear you ;) ). When we have build a lot of technical debt - like heavy customization - adapting for the future challenges become more an more hard.
So by using the ODOO modules, ODOO itself provides an upgrade path and ensures a basic set of future new features we can use.
When we customize big modules, we need to keep in mind, that we need to support them for the next years"
images:
- "images/blog/knowledge.webp"
date: "2025-06-10"
draft: false
tags: ["knowledge"]
categories: ["knowledge"]
---
<p>As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You dont want to let it go!
But heres the thing: the shirt (or the ERP) you wear today will also be your go-to outfit for the coming years. With the unstoppable pace of change in tech (hello, AI! 🤖), only the systems truly built for the future can keep you on trend—and ahead.
Thats why its crucial to invest in a solution with a clear upgrade path and ongoing innovation. ODOO delivers on this, providing regular updates and fresh features so your ERP grows with your business—without locking you in out-of-date processes.
Customization can be powerful, but every modification creates technical debt youll need to support for years to come. The more you change, the trickier future upgrades (and innovations) become. So, when you customize, think ahead: will it help you move faster in years to come—or slow you down?
Let your ERP support your future, not hold it back. Ready to tackle tomorrow? 🚀 Follow #ODOO4projects — and get in touch with us through our homepage to join the journey!</p>
@@ -0,0 +1,27 @@
---
title: "Youre Probably Hosting ODOO Wrong (Heres a Smarter Way)"
description: "Here is the technology stack we are using:
- Docker
- Shared Postgres DB
- Corwdsec
- Git for module installation"
images:
- "images/blog/tricks.webp"
date: "2025-06-17"
draft: false
tags: ["knowledge"]
categories: ["knowledge"]
---
<p>Curious about the tech powering our #ODOO4Projects journey? 🚀 Heres a sneak peek at whats under the hood:
🐳 **Docker** lightning-fast deployments, anywhere
🗄️ **Shared Postgres DB** reliable, scalable, and rock-solid for growing projects
🛡️ **CrowdSec** open-source and proactive security that keeps our environments safe
🔄 **Git-for-module installation** seamless updates, easy rollbacks, and robust version control
With this stack, were able to automate, secure, and scale your Odoo-powered projects like never before! Its all about efficiency, transparency, and delivering results you can trust.
Curious how it could accelerate your next big idea? Follow #ODOO4projects for tips, case studies, and insider know-how.
💡 Want to chat? Get in touch with us via our homepage—we love connecting with forward-thinking project leaders!</p>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+227 -214
View File
File diff suppressed because one or more lines are too long
+36 -1
View File
@@ -7,8 +7,43 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 29 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/blogs/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/blogs/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Youre Probably Hosting ODOO Wrong (Heres a Smarter Way)</title>
<link>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</link>
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</guid>
<description>&lt;p&gt;Curious about the tech powering our #ODOO4Projects journey? 🚀 Heres a sneak peek at whats under the hood:&#xA;&lt;p&gt;🐳 &lt;strong&gt;Docker&lt;/strong&gt; lightning-fast deployments, anywhere&#xA;🗄️ &lt;strong&gt;Shared Postgres DB&lt;/strong&gt; reliable, scalable, and rock-solid for growing projects&#xA;🛡️ &lt;strong&gt;CrowdSec&lt;/strong&gt; open-source and proactive security that keeps our environments safe&#xA;🔄 &lt;strong&gt;Git-for-module installation&lt;/strong&gt; seamless updates, easy rollbacks, and robust version control&lt;/p&gt;</description>
</item>
<item>
<title>Struggling?</title>
<link>https://blog.ODOO4projects.com/blogs/struggling/</link>
<pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/struggling/</guid>
<description>&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>Why We Avoid Heavy Custom Modules (And You Should Too)</title>
<link>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</link>
<pubDate>Tue, 10 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</guid>
<description>&lt;p&gt;As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You dont want to let it go!&#xA;&lt;p&gt;But heres the thing: the shirt (or the ERP) you wear today will also be your go-to outfit for the coming years. With the unstoppable pace of change in tech (hello, AI! 🤖), only the systems truly built for the future can keep you on trend—and ahead.&lt;/p&gt;</description>
</item>
<item>
<title>Running Lean with ODOO: How We Keep Our Infra Budget in Check</title>
<link>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</link>
<pubDate>Tue, 03 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</guid>
<description>&lt;p&gt;🚀 Keeping your #ODOO4projects lean and agile doesnt have to break the bank! From our own hosting journey, weve found some golden rules to making Odoo Community run fast (and frugal):&#xA;&lt;p&gt;🔹 Slim is in: Only install the essential apps. Less bloat = more speed.&#xA;🔹 Optimize your database a little tuning goes a LONG way for performance and resource use.&#xA;🔹 Dont forget regular Docker pruning. Old images and unused containers can quietly eat up resources.&#xA;🔹 Cut network lag: Host your Odoo and its database on the same server to reduce traffic and latency.&#xA;🔹 Put your reverse proxy to good use! Caching static assets can save you loads of bandwidth.&#xA;🔹 Know when your automated actions run insight means control over resource spikes.&#xA;🔹 For VPS users: Always offload those backups to a separate machine. Never risk your production setup!&lt;/p&gt;</description>
</item>
<item>
<title>Hugo vs ODOO: Which Website Framework Fits Your Needs?</title>
<link>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</guid>
<description>&lt;p&gt;Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Lets shed some light on which could fit YOUR needs best!&#xA;&lt;p&gt;Hugo offers lightning-fast static site generation and developer freedom. Its perfect for those who love flexibility, customization, and blazing speeds. Together with a range of themes and quick deployment, Hugo is a dream come true for tech-savvy teams who want total control. 💡&lt;/p&gt;</description>
</item>
<item> <item>
<title>New Colleague: Mark Gutmann</title> <title>New Colleague: Mark Gutmann</title>
<link>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</link> <link>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</link>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+81 -111
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>All Blogs</title> <title>All Blogs</title>
@@ -16,18 +16,18 @@
<meta name="theme-name" content="editor-hugo" /> <meta name="theme-name" content="editor-hugo" />
<link rel="shortcut icon" href="http://localhost:1313/images/4.svg" type="image/x-icon"> <link rel="shortcut icon" href="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
<link rel="icon" href="http://localhost:1313/images/4.svg" type="image/x-icon"> <link rel="icon" href="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
<meta property="og:url" content="http://localhost:1313/blogs/"> <meta property="og:url" content="https://blog.ODOO4projects.com/blogs/">
<meta property="og:site_name" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"> <meta property="og:site_name" content="Founder of ODOO4projects. ODOO hosting like it should be. ">
<meta property="og:title" content="All Blogs"> <meta property="og:title" content="All Blogs">
<meta property="og:description" content="meta description"> <meta property="og:description" content="meta description">
<meta property="og:locale" content="en_us"> <meta property="og:locale" content="en">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
@@ -47,6 +47,10 @@
</script> </script>
<script defer data-domain="blog.odoo4projects.com" src="https://plausible.odoo4projects.com/js/script.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
@@ -109,7 +113,6 @@
<body> <body>
<header class="sidenav"> <header class="sidenav">
<div class="is-top"> <div class="is-top">
<div> <div>
@@ -125,16 +128,15 @@
</button> </button>
</div> </div>
<a class="navbar-brand mr-0" href="https://ODOO4projects.com">
<a class="navbar-brand mr-0" href="/"> <img height="30px" src="https://blog.ODOO4projects.com/images/logo.svg"
<img height="30px" src="http://localhost:1313/images/logo.svg"
alt="ODOO4projects"> alt="ODOO4projects">
</a> </a>
</div>
</div>
<div class="d-none d-md-block"> <div class="d-none d-md-block">
<ul class="social-links list-unstyled"> <ul class="social-links list-unstyled">
@@ -183,10 +185,14 @@
<ul class="social-links list-unstyled list-inline mt-5"> <ul class="social-links list-unstyled list-inline mt-5">
<li class="list-inline-item"><a href="https://facebook.com" title="Linkedin"> <li class="list-inline-item"><a href="https://www.linkedin.com/company/104665455" title="Linkedin">
<i class="fab fa-linkedin"></i> <i class="fab fa-linkedin"></i>
</a></li> </a></li>
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
<i class="fas fa-globe"></i>
</a></li>
</ul> </ul>
</nav> </nav>
@@ -204,6 +210,7 @@
<section class="page-content section" style="border-left:1px solid #eee"> <section class="page-content section" style="border-left:1px solid #eee">
<div class="container px-3 px-lg-4"> <div class="container px-3 px-lg-4">
<div class="row justify-content-center"> <div class="row justify-content-center">
@@ -230,7 +237,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/01.jpg" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/tricks.webp" alt=""></div>
</div> </div>
@@ -239,32 +246,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/retro/">Retro</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
<li class="list-inline-item"><a href="http://localhost:1313/tags/radio/">Radio</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-1/" title="Advantage of a wooden retro radio receiver.">Advantage of a wooden retro radio receiver.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/underrated-module-odoo-spreadsheet/" title="Underrated module ODOO Spreadsheet">Underrated module ODOO Spreadsheet</a>
</h3> </h3>
<p class="mb-0">Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</p> <p class="mb-0">Did you know? Theres a hidden gem inside Odoo Enterprise that could</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 24, 2021</span> <span class="card-meta-date">May 08, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-lg-4 col-md-4 col-sm-6"> <div class="col-lg-4 col-md-4 col-sm-6">
@@ -272,7 +278,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/10.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/hugo.svg" alt=""></div>
</div> </div>
@@ -281,30 +287,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/food/">Food</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/hugo/">hugo</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-9/" title="Nemo vel ad consectetur ut eligendi natus aperiam.">Nemo vel ad consectetur ut eligendi natus aperiam.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/why-websites-with-hugo/" title="Why Websites with Hugo?">Why Websites with Hugo?</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Why Build Static Websites with Hugo? If youre looking for speed,</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 05, 2021</span> <span class="card-meta-date">May 06, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-lg-4 col-md-4 col-sm-6"> <div class="col-lg-4 col-md-4 col-sm-6">
@@ -312,7 +319,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/11.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/company.webp" alt=""></div>
</div> </div>
@@ -321,30 +328,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/artwork/">Artwork</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-10/" title="Itaque eligendi natus aperiam? Excepturi repellendus consequatur.">Itaque eligendi natus aperiam? Excepturi repellendus consequatur.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/our-blog-is-online/" title="Our blog is online">Our blog is online</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Exciting News! Our ODOO4projects Blog is now live! 👉</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 04, 2021</span> <span class="card-meta-date">May 05, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-lg-4 col-md-4 col-sm-6"> <div class="col-lg-4 col-md-4 col-sm-6">
@@ -352,7 +360,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/12.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/The-Most-Interesting-Man-In-The-World.jpg" alt=""></div>
</div> </div>
@@ -361,30 +369,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/paint/">paint</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/knowledge/">knowledge</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-11/" title="Aliquam erat volutpat. Integer eu ipsum sem Ut bibendum.">Aliquam erat volutpat. Integer eu ipsum sem Ut bibendum.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/community-vs-enterprise-what-odoo-isnt-telling-you/" title="Community vs Enterprise: What ODOO Isnt telling You">Community vs Enterprise: What ODOO Isnt telling You</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">For many small businesses, every 💵 counts when launching. Thats why</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 03, 2021</span> <span class="card-meta-date">May 03, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-lg-4 col-md-4 col-sm-6"> <div class="col-lg-4 col-md-4 col-sm-6">
@@ -392,7 +401,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/13.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/company.webp" alt=""></div>
</div> </div>
@@ -401,70 +410,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/food/">Food</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-12/" title="Nemo vel ad consectetur ut eligendi natus aperiam.">Nemo vel ad consectetur ut eligendi natus aperiam.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/smart-tables/" title="Smart Tables?">Smart Tables?</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Ever wished you could simply talk to your database and get things</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 02, 2021</span> <span class="card-meta-date">Apr 25, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<article class="card post-card">
<div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/14.png" alt=""></div>
</div>
<div class="card-body mb-3">
<ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/artwork/">Artwork</a></li>
</ul>
<h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-13/" title="Excepturi repellendus consequatur quibusdam optio expedita.">Excepturi repellendus consequatur quibusdam optio expedita.</a>
</h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. …</p>
</div>
<div class="card-footer">
<ul class="card-meta list-inline mb-0">
<li class="list-inline-item">
<span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a>
</li>
<li class="list-inline-item">
<span class="card-meta-date">Jan 01, 2021</span>
</li>
</ul>
</div>
</article>
</div> </div>
</div> </div>
@@ -537,24 +507,6 @@
<li class="page-item">
<a href="/blogs/page/4/" class="page-link">
4
</a>
</li>
<li class="page-item"><a class="page-link arrow" href="/blogs/page/4/" aria-label="Pagination Arrow">
<i class="fas fa-angle-right"></i>
</a></li>
</ul> </ul>
</nav> </nav>
@@ -580,11 +532,27 @@
<div class="col-12 text-center mb-5"> <div class="col-12 text-center mb-5">
<ul class="social-links is-circled list-unstyled list-inline font-weight-500"> <ul class="social-links is-circled list-unstyled list-inline font-weight-500">
<li class="list-inline-item"><a href="https://facebook.com" title="Linkedin"> <li class="list-inline-item"><a href="https://www.linkedin.com/company/104665455" title="Linkedin">
<i class="icon fab fa-linkedin"></i> Linkedin <i class="icon fab fa-linkedin"></i> Linkedin
</a></li> </a></li>
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
<i class="icon fas fa-globe"></i> Website
</a></li>
</ul> </ul>
<p>Discover the best Odoo Community Hosting Tips, Tutorials & Best Practices to optimize your Odoo experience. Whether you're a beginner or an advanced user, our blog provides expert guidance on setting up and managing your Odoo instance. Learn essential tips for choosing the right hosting environment, improving system performance, and ensuring seamless updates.</p>
<p>Our tutorials cover everything from basic configurations to advanced customization, helping you make the most of Odoos powerful features. Stay up-to-date with the latest Odoo Community trends and implement best practices for security, scalability, and data integrity.</p>
<p>With our practical insights, you can enhance your Odoo hosting setup, troubleshoot common issues, and take your business to the next level. Whether you're hosting Odoo on-premise or in the cloud, our resources will guide you every step of the way. Dive into the world of Odoo and unlock its full potential today!</p>
</div> </div>
@@ -599,6 +567,7 @@
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
</div> </div>
</div> </div>
@@ -610,16 +579,16 @@
<script> <script>
WebFont.load({ WebFont.load({
google: { google: {
api: 'https://fonts.googleapis.com/css2', families: [
families: ['Fira\u002bSans:ital,wght@500;600','Fira\u002bSans:ital,wght@400;500;600&display=swap'], 'Fira Sans:ital,wght@0,400;0,500;0,600;1,500;1,600'
version: 2 ]
},
active: () => {
sessionStorage.fontsLoaded = true
} }
}); });
</script> </script>
@@ -690,5 +659,6 @@ Output:
</body> </body>
</html> </html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8 -1
View File
@@ -7,8 +7,15 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 22 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Thu, 12 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/categories/corporate/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/categories/corporate/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Struggling?</title>
<link>https://blog.ODOO4projects.com/blogs/struggling/</link>
<pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/struggling/</guid>
<description>&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>Brazil online!</title> <title>Brazil online!</title>
<link>https://blog.ODOO4projects.com/blogs/brazil-online/</link> <link>https://blog.ODOO4projects.com/blogs/brazil-online/</link>
File diff suppressed because one or more lines are too long
+8 -1
View File
@@ -7,8 +7,15 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Mon, 12 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Mon, 02 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/categories/hugo/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/categories/hugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hugo vs ODOO: Which Website Framework Fits Your Needs?</title>
<link>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</guid>
<description>&lt;p&gt;Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Lets shed some light on which could fit YOUR needs best!&#xA;&lt;p&gt;Hugo offers lightning-fast static site generation and developer freedom. Its perfect for those who love flexibility, customization, and blazing speeds. Together with a range of themes and quick deployment, Hugo is a dream come true for tech-savvy teams who want total control. 💡&lt;/p&gt;</description>
</item>
<item> <item>
<title>Build a Website with Hugo in Just 3 Steps</title> <title>Build a Website with Hugo in Just 3 Steps</title>
<link>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</link> <link>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</link>
+20 -20
View File
@@ -7,22 +7,36 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 29 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/categories/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Projects</title> <title>Knowledge</title>
<link>https://blog.ODOO4projects.com/categories/projects/</link> <link>https://blog.ODOO4projects.com/categories/knowledge/</link>
<pubDate>Thu, 29 May 2025 00:00:00 -0400</pubDate> <pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/projects/</guid> <guid>https://blog.ODOO4projects.com/categories/knowledge/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Corporate</title> <title>Corporate</title>
<link>https://blog.ODOO4projects.com/categories/corporate/</link> <link>https://blog.ODOO4projects.com/categories/corporate/</link>
<pubDate>Thu, 22 May 2025 00:00:00 -0400</pubDate> <pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/corporate/</guid> <guid>https://blog.ODOO4projects.com/categories/corporate/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>Hugo</title>
<link>https://blog.ODOO4projects.com/categories/hugo/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/hugo/</guid>
<description></description>
</item>
<item>
<title>Projects</title>
<link>https://blog.ODOO4projects.com/categories/projects/</link>
<pubDate>Thu, 29 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/projects/</guid>
<description></description>
</item>
<item> <item>
<title>Academy</title> <title>Academy</title>
<link>https://blog.ODOO4projects.com/categories/academy/</link> <link>https://blog.ODOO4projects.com/categories/academy/</link>
@@ -30,19 +44,5 @@
<guid>https://blog.ODOO4projects.com/categories/academy/</guid> <guid>https://blog.ODOO4projects.com/categories/academy/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>Knowledge</title>
<link>https://blog.ODOO4projects.com/categories/knowledge/</link>
<pubDate>Tue, 13 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/knowledge/</guid>
<description></description>
</item>
<item>
<title>Hugo</title>
<link>https://blog.ODOO4projects.com/categories/hugo/</link>
<pubDate>Mon, 12 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/categories/hugo/</guid>
<description></description>
</item>
</channel> </channel>
</rss> </rss>
File diff suppressed because one or more lines are too long
+22 -1
View File
@@ -7,8 +7,29 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Tue, 13 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/categories/knowledge/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/categories/knowledge/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Youre Probably Hosting ODOO Wrong (Heres a Smarter Way)</title>
<link>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</link>
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</guid>
<description>&lt;p&gt;Curious about the tech powering our #ODOO4Projects journey? 🚀 Heres a sneak peek at whats under the hood:&#xA;&lt;p&gt;🐳 &lt;strong&gt;Docker&lt;/strong&gt; lightning-fast deployments, anywhere&#xA;🗄️ &lt;strong&gt;Shared Postgres DB&lt;/strong&gt; reliable, scalable, and rock-solid for growing projects&#xA;🛡️ &lt;strong&gt;CrowdSec&lt;/strong&gt; open-source and proactive security that keeps our environments safe&#xA;🔄 &lt;strong&gt;Git-for-module installation&lt;/strong&gt; seamless updates, easy rollbacks, and robust version control&lt;/p&gt;</description>
</item>
<item>
<title>Why We Avoid Heavy Custom Modules (And You Should Too)</title>
<link>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</link>
<pubDate>Tue, 10 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</guid>
<description>&lt;p&gt;As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You dont want to let it go!&#xA;&lt;p&gt;But heres the thing: the shirt (or the ERP) you wear today will also be your go-to outfit for the coming years. With the unstoppable pace of change in tech (hello, AI! 🤖), only the systems truly built for the future can keep you on trend—and ahead.&lt;/p&gt;</description>
</item>
<item>
<title>Running Lean with ODOO: How We Keep Our Infra Budget in Check</title>
<link>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</link>
<pubDate>Tue, 03 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</guid>
<description>&lt;p&gt;🚀 Keeping your #ODOO4projects lean and agile doesnt have to break the bank! From our own hosting journey, weve found some golden rules to making Odoo Community run fast (and frugal):&#xA;&lt;p&gt;🔹 Slim is in: Only install the essential apps. Less bloat = more speed.&#xA;🔹 Optimize your database a little tuning goes a LONG way for performance and resource use.&#xA;🔹 Dont forget regular Docker pruning. Old images and unused containers can quietly eat up resources.&#xA;🔹 Cut network lag: Host your Odoo and its database on the same server to reduce traffic and latency.&#xA;🔹 Put your reverse proxy to good use! Caching static assets can save you loads of bandwidth.&#xA;🔹 Know when your automated actions run insight means control over resource spikes.&#xA;🔹 For VPS users: Always offload those backups to a separate machine. Never risk your production setup!&lt;/p&gt;</description>
</item>
<item> <item>
<title> ODOO Studio vs Python Modules</title> <title> ODOO Studio vs Python Modules</title>
<link>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</link> <link>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</link>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+228 -215
View File
File diff suppressed because one or more lines are too long
+26 -1
View File
File diff suppressed because one or more lines are too long
+36 -1
View File
@@ -7,8 +7,43 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 29 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Youre Probably Hosting ODOO Wrong (Heres a Smarter Way)</title>
<link>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</link>
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</guid>
<description>&lt;p&gt;Curious about the tech powering our #ODOO4Projects journey? 🚀 Heres a sneak peek at whats under the hood:&#xA;&lt;p&gt;🐳 &lt;strong&gt;Docker&lt;/strong&gt; lightning-fast deployments, anywhere&#xA;🗄️ &lt;strong&gt;Shared Postgres DB&lt;/strong&gt; reliable, scalable, and rock-solid for growing projects&#xA;🛡️ &lt;strong&gt;CrowdSec&lt;/strong&gt; open-source and proactive security that keeps our environments safe&#xA;🔄 &lt;strong&gt;Git-for-module installation&lt;/strong&gt; seamless updates, easy rollbacks, and robust version control&lt;/p&gt;</description>
</item>
<item>
<title>Struggling?</title>
<link>https://blog.ODOO4projects.com/blogs/struggling/</link>
<pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/struggling/</guid>
<description>&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>Why We Avoid Heavy Custom Modules (And You Should Too)</title>
<link>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</link>
<pubDate>Tue, 10 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</guid>
<description>&lt;p&gt;As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You dont want to let it go!&#xA;&lt;p&gt;But heres the thing: the shirt (or the ERP) you wear today will also be your go-to outfit for the coming years. With the unstoppable pace of change in tech (hello, AI! 🤖), only the systems truly built for the future can keep you on trend—and ahead.&lt;/p&gt;</description>
</item>
<item>
<title>Running Lean with ODOO: How We Keep Our Infra Budget in Check</title>
<link>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</link>
<pubDate>Tue, 03 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</guid>
<description>&lt;p&gt;🚀 Keeping your #ODOO4projects lean and agile doesnt have to break the bank! From our own hosting journey, weve found some golden rules to making Odoo Community run fast (and frugal):&#xA;&lt;p&gt;🔹 Slim is in: Only install the essential apps. Less bloat = more speed.&#xA;🔹 Optimize your database a little tuning goes a LONG way for performance and resource use.&#xA;🔹 Dont forget regular Docker pruning. Old images and unused containers can quietly eat up resources.&#xA;🔹 Cut network lag: Host your Odoo and its database on the same server to reduce traffic and latency.&#xA;🔹 Put your reverse proxy to good use! Caching static assets can save you loads of bandwidth.&#xA;🔹 Know when your automated actions run insight means control over resource spikes.&#xA;🔹 For VPS users: Always offload those backups to a separate machine. Never risk your production setup!&lt;/p&gt;</description>
</item>
<item>
<title>Hugo vs ODOO: Which Website Framework Fits Your Needs?</title>
<link>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</guid>
<description>&lt;p&gt;Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Lets shed some light on which could fit YOUR needs best!&#xA;&lt;p&gt;Hugo offers lightning-fast static site generation and developer freedom. Its perfect for those who love flexibility, customization, and blazing speeds. Together with a range of themes and quick deployment, Hugo is a dream come true for tech-savvy teams who want total control. 💡&lt;/p&gt;</description>
</item>
<item> <item>
<title>New Colleague: Mark Gutmann</title> <title>New Colleague: Mark Gutmann</title>
<link>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</link> <link>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</link>
+233 -213
View File
File diff suppressed because one or more lines are too long
+102 -116
View File
@@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head> <head>
<meta name="generator" content="Hugo 0.147.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script> <meta name="generator" content="Hugo 0.147.2">
<meta charset="utf-8"> <meta charset="utf-8">
<title>ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips &amp; Tricks</title> <title>Founder of ODOO4projects. ODOO hosting like it should be. </title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
@@ -17,18 +17,18 @@
<meta name="theme-name" content="editor-hugo" /> <meta name="theme-name" content="editor-hugo" />
<link rel="shortcut icon" href="http://localhost:1313/images/4.svg" type="image/x-icon"> <link rel="shortcut icon" href="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
<link rel="icon" href="http://localhost:1313/images/4.svg" type="image/x-icon"> <link rel="icon" href="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
<meta property="og:url" content="http://localhost:1313/"> <meta property="og:url" content="https://blog.ODOO4projects.com/">
<meta property="og:site_name" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"> <meta property="og:site_name" content="Founder of ODOO4projects. ODOO hosting like it should be. ">
<meta property="og:title" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"> <meta property="og:title" content="Founder of ODOO4projects. ODOO hosting like it should be. ">
<meta property="og:description" content="ODOO4projetcs - We hook you up with brilliant ODOO Communtiy and Enterprise hosting"> <meta property="og:description" content="ODOO4projetcs - We hook you up with brilliant ODOO Communtiy and Enterprise hosting">
<meta property="og:locale" content="en_us"> <meta property="og:locale" content="en">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
@@ -48,6 +48,10 @@
</script> </script>
<script defer data-domain="blog.odoo4projects.com" src="https://plausible.odoo4projects.com/js/script.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
@@ -110,7 +114,6 @@
<body> <body>
<header class="sidenav"> <header class="sidenav">
<div class="is-top"> <div class="is-top">
<div> <div>
@@ -126,16 +129,15 @@
</button> </button>
</div> </div>
<a class="navbar-brand mr-0" href="https://ODOO4projects.com">
<a class="navbar-brand mr-0" href="/"> <img height="30px" src="https://blog.ODOO4projects.com/images/logo.svg"
<img height="30px" src="http://localhost:1313/images/logo.svg"
alt="ODOO4projects"> alt="ODOO4projects">
</a> </a>
</div>
</div>
<div class="d-none d-md-block"> <div class="d-none d-md-block">
<ul class="social-links list-unstyled"> <ul class="social-links list-unstyled">
@@ -184,10 +186,14 @@
<ul class="social-links list-unstyled list-inline mt-5"> <ul class="social-links list-unstyled list-inline mt-5">
<li class="list-inline-item"><a href="https://facebook.com" title="Linkedin"> <li class="list-inline-item"><a href="https://www.linkedin.com/company/104665455" title="Linkedin">
<i class="fab fa-linkedin"></i> <i class="fab fa-linkedin"></i>
</a></li> </a></li>
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
<i class="fas fa-globe"></i>
</a></li>
</ul> </ul>
</nav> </nav>
@@ -204,20 +210,37 @@
<section class="page-content"> <section class="page-content">
<div class="container-fluid pl-3 pl-md-0 pr-3 pr-lg-4"> <div class="container-fluid pl-3 pl-md-0 pr-3 pr-lg-4">
<div class="row no-gutters"> <div class="row no-gutters">
<div class="col-lg-4 col-xl-3"> <div class="col-lg-4 col-xl-3">
<div class="author-banner bg-primary-light text-center d-flex flex-column align-items-center justify-content-center"> <div class="author-banner bg-primary-light text-center d-flex flex-column align-items-center justify-content-center">
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
<img loading="lazy" class="mb-4 rounded-circle w-100" style="max-width:280px" src="http://localhost:1313/images/author.png" alt="Author">
<img class="mb-4 rounded-circle w-100" style="max-width:280px" src="https://blog.ODOO4projects.com/images/author.webp" alt="Author">
<p class="text-uppercase small mb-2">My name is</p> <p class="text-uppercase small mb-2">My name is</p>
<h1 class="h3 text-primary font-primary mb-3">Matthew Atkins</h1> <h2 class="h3 text-primary font-primary mb-3">Oliver Arnold</h2>
<div class="mb-0 mx-auto" style="max-width:460px">A Writer to your favorite topic assistants, currently Head of Content at Editor. <a href="http://localhost:1313/about/" aria-label="About me" class="text-underline d-inline-block">Read More</a></div> <div class="mb-0 mx-auto" style="max-width:460px">Founder of ODOO4projects. ODOO hosting like it should be. <a href="https://blog.ODOO4projects.com/about/" aria-label="About me" class="text-underline d-inline-block">Read More</a></div>
<ul class="social-links is-circled list-unstyled list-inline font-weight-500">
<li class="list-inline-item"><a href="https://www.linkedin.com/company/104665455" title="Linkedin">
<i class="icon fab fa-linkedin"></i> Linkedin
</a></li>
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
<i class="icon fas fa-globe"></i> Website
</a></li>
</ul>
</div> </div>
</div> </div>
@@ -231,7 +254,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/01.jpg" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/tricks.webp" alt=""></div>
</div> </div>
@@ -240,32 +263,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/retro/">Retro</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
<li class="list-inline-item"><a href="http://localhost:1313/tags/radio/">Radio</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-1/" title="Advantage of a wooden retro radio receiver.">Advantage of a wooden retro radio receiver.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/underrated-module-odoo-spreadsheet/" title="Underrated module ODOO Spreadsheet">Underrated module ODOO Spreadsheet</a>
</h3> </h3>
<p class="mb-0">Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</p> <p class="mb-0">Did you know? Theres a hidden gem inside Odoo Enterprise that could</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 24, 2021</span> <span class="card-meta-date">May 08, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-xl-4 col-sm-6"> <div class="col-xl-4 col-sm-6">
@@ -273,7 +295,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/10.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/hugo.svg" alt=""></div>
</div> </div>
@@ -282,30 +304,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/food/">Food</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/hugo/">hugo</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-9/" title="Nemo vel ad consectetur ut eligendi natus aperiam.">Nemo vel ad consectetur ut eligendi natus aperiam.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/why-websites-with-hugo/" title="Why Websites with Hugo?">Why Websites with Hugo?</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Why Build Static Websites with Hugo? If youre looking for speed,</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 05, 2021</span> <span class="card-meta-date">May 06, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-xl-4 col-sm-6"> <div class="col-xl-4 col-sm-6">
@@ -313,7 +336,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/11.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/company.webp" alt=""></div>
</div> </div>
@@ -322,30 +345,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/artwork/">Artwork</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-10/" title="Itaque eligendi natus aperiam? Excepturi repellendus consequatur.">Itaque eligendi natus aperiam? Excepturi repellendus consequatur.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/our-blog-is-online/" title="Our blog is online">Our blog is online</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Exciting News! Our ODOO4projects Blog is now live! 👉</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 04, 2021</span> <span class="card-meta-date">May 05, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-xl-4 col-sm-6"> <div class="col-xl-4 col-sm-6">
@@ -353,7 +377,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/12.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/The-Most-Interesting-Man-In-The-World.jpg" alt=""></div>
</div> </div>
@@ -362,30 +386,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/paint/">paint</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/knowledge/">knowledge</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-11/" title="Aliquam erat volutpat. Integer eu ipsum sem Ut bibendum.">Aliquam erat volutpat. Integer eu ipsum sem Ut bibendum.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/community-vs-enterprise-what-odoo-isnt-telling-you/" title="Community vs Enterprise: What ODOO Isnt telling You">Community vs Enterprise: What ODOO Isnt telling You</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">For many small businesses, every 💵 counts when launching. Thats why</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 03, 2021</span> <span class="card-meta-date">May 03, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div> </div>
<div class="col-xl-4 col-sm-6"> <div class="col-xl-4 col-sm-6">
@@ -393,7 +418,7 @@
<div class="post-slider slider-sm"> <div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/13.png" alt=""></div> <div><img loading="lazy" class="w-100 post" src="https://blog.ODOO4projects.com/images/blog/company.webp" alt=""></div>
</div> </div>
@@ -402,70 +427,31 @@
<ul class="card-meta-tag list-inline mb-1"> <ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/food/">Food</a></li> <li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
</ul> </ul>
<h3 class="h4 mb-2"> <h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-12/" title="Nemo vel ad consectetur ut eligendi natus aperiam.">Nemo vel ad consectetur ut eligendi natus aperiam.</a> <a class="post-title" href="https://blog.ODOO4projects.com/blogs/smart-tables/" title="Smart Tables?">Smart Tables?</a>
</h3> </h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna.</p> <p class="mb-0">Ever wished you could simply talk to your database and get things</p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
<ul class="card-meta list-inline mb-0"> <ul class="card-meta list-inline mb-0">
<li class="list-inline-item"> <li class="list-inline-item">
<span class="text-light">by:</span> <span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a> <a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<span class="card-meta-date">Jan 02, 2021</span> <span class="card-meta-date">Apr 25, 2025</span>
</li> </li>
</ul> </ul>
</div> </div>
</article> </article>
</div>
<div class="col-xl-4 col-sm-6">
<article class="card post-card">
<div class="post-slider slider-sm">
<div><img loading="lazy" class="w-100" src="http://localhost:1313/images/post/14.png" alt=""></div>
</div>
<div class="card-body mb-3">
<ul class="card-meta-tag list-inline mb-1">
<li class="list-inline-item"><a href="http://localhost:1313/tags/artwork/">Artwork</a></li>
</ul>
<h3 class="h4 mb-2">
<a class="post-title" href="http://localhost:1313/blogs/post-13/" title="Excepturi repellendus consequatur quibusdam optio expedita.">Excepturi repellendus consequatur quibusdam optio expedita.</a>
</h3>
<p class="mb-0">Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. …</p>
</div>
<div class="card-footer">
<ul class="card-meta list-inline mb-0">
<li class="list-inline-item">
<span class="text-light">by:</span>
<a href="http://localhost:1313/about/" class="card-meta-author">Matthew</a>
</li>
<li class="list-inline-item">
<span class="card-meta-date">Jan 01, 2021</span>
</li>
</ul>
</div>
</article>
</div> </div>
</div> </div>
@@ -538,24 +524,6 @@
<li class="page-item">
<a href="/page/4/" class="page-link">
4
</a>
</li>
<li class="page-item"><a class="page-link arrow" href="/page/4/" aria-label="Pagination Arrow">
<i class="fas fa-angle-right"></i>
</a></li>
</ul> </ul>
</nav> </nav>
@@ -573,11 +541,27 @@
<div class="col-12 text-center mb-5"> <div class="col-12 text-center mb-5">
<ul class="social-links is-circled list-unstyled list-inline font-weight-500"> <ul class="social-links is-circled list-unstyled list-inline font-weight-500">
<li class="list-inline-item"><a href="https://facebook.com" title="Linkedin"> <li class="list-inline-item"><a href="https://www.linkedin.com/company/104665455" title="Linkedin">
<i class="icon fab fa-linkedin"></i> Linkedin <i class="icon fab fa-linkedin"></i> Linkedin
</a></li> </a></li>
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
<i class="icon fas fa-globe"></i> Website
</a></li>
</ul> </ul>
<p>Discover the best Odoo Community Hosting Tips, Tutorials & Best Practices to optimize your Odoo experience. Whether you're a beginner or an advanced user, our blog provides expert guidance on setting up and managing your Odoo instance. Learn essential tips for choosing the right hosting environment, improving system performance, and ensuring seamless updates.</p>
<p>Our tutorials cover everything from basic configurations to advanced customization, helping you make the most of Odoos powerful features. Stay up-to-date with the latest Odoo Community trends and implement best practices for security, scalability, and data integrity.</p>
<p>With our practical insights, you can enhance your Odoo hosting setup, troubleshoot common issues, and take your business to the next level. Whether you're hosting Odoo on-premise or in the cloud, our resources will guide you every step of the way. Dive into the world of Odoo and unlock its full potential today!</p>
</div> </div>
@@ -590,6 +574,7 @@
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
</div> </div>
@@ -607,16 +592,16 @@
<script> <script>
WebFont.load({ WebFont.load({
google: { google: {
api: 'https://fonts.googleapis.com/css2', families: [
families: ['Fira\u002bSans:ital,wght@500;600','Fira\u002bSans:ital,wght@400;500;600&display=swap'], 'Fira Sans:ital,wght@0,400;0,500;0,600;1,500;1,600'
version: 2 ]
},
active: () => {
sessionStorage.fontsLoaded = true
} }
}); });
</script> </script>
@@ -687,5 +672,6 @@ Output:
</body> </body>
</html> </html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+39 -24
View File
@@ -3,13 +3,49 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://blog.ODOO4projects.com/blogs/</loc> <loc>https://blog.ODOO4projects.com/blogs/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod> <lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/categories/</loc> <loc>https://blog.ODOO4projects.com/categories/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod> <lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/</loc> <loc>https://blog.ODOO4projects.com/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod> <lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/knowledge/</loc>
<lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/knowledge/</loc>
<lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/</loc>
<lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</loc>
<lastmod>2025-06-17T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/corporate/</loc>
<lastmod>2025-06-12T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/corporate/</loc>
<lastmod>2025-06-12T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/blogs/struggling/</loc>
<lastmod>2025-06-12T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</loc>
<lastmod>2025-06-10T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</loc>
<lastmod>2025-06-03T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/hugo/</loc>
<lastmod>2025-06-02T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/hugo/</loc>
<lastmod>2025-06-02T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</loc>
<lastmod>2025-06-02T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</loc> <loc>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod> <lastmod>2025-05-29T00:00:00-04:00</lastmod>
@@ -19,18 +55,9 @@
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/categories/projects/</loc> <loc>https://blog.ODOO4projects.com/categories/projects/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod> <lastmod>2025-05-29T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/</loc>
<lastmod>2025-05-29T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/blogs/brazil-online/</loc> <loc>https://blog.ODOO4projects.com/blogs/brazil-online/</loc>
<lastmod>2025-05-22T00:00:00-04:00</lastmod> <lastmod>2025-05-22T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/corporate/</loc>
<lastmod>2025-05-22T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/corporate/</loc>
<lastmod>2025-05-22T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/categories/academy/</loc> <loc>https://blog.ODOO4projects.com/categories/academy/</loc>
<lastmod>2025-05-15T00:00:00-04:00</lastmod> <lastmod>2025-05-15T00:00:00-04:00</lastmod>
@@ -49,21 +76,9 @@
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</loc> <loc>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</loc>
<lastmod>2025-05-13T00:00:00-04:00</lastmod> <lastmod>2025-05-13T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/knowledge/</loc>
<lastmod>2025-05-13T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/knowledge/</loc>
<lastmod>2025-05-13T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</loc> <loc>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</loc>
<lastmod>2025-05-12T00:00:00-04:00</lastmod> <lastmod>2025-05-12T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/categories/hugo/</loc>
<lastmod>2025-05-12T00:00:00-04:00</lastmod>
</url><url>
<loc>https://blog.ODOO4projects.com/tags/hugo/</loc>
<lastmod>2025-05-12T00:00:00-04:00</lastmod>
</url><url> </url><url>
<loc>https://blog.ODOO4projects.com/blogs/underrated-module-odoo-spreadsheet/</loc> <loc>https://blog.ODOO4projects.com/blogs/underrated-module-odoo-spreadsheet/</loc>
<lastmod>2025-05-08T00:00:00-04:00</lastmod> <lastmod>2025-05-08T00:00:00-04:00</lastmod>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8 -1
View File
@@ -7,8 +7,15 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 22 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Thu, 12 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/tags/corporate/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/tags/corporate/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Struggling?</title>
<link>https://blog.ODOO4projects.com/blogs/struggling/</link>
<pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/struggling/</guid>
<description>&lt;p&gt;&lt;/p&gt;</description>
</item>
<item> <item>
<title>Brazil online!</title> <title>Brazil online!</title>
<link>https://blog.ODOO4projects.com/blogs/brazil-online/</link> <link>https://blog.ODOO4projects.com/blogs/brazil-online/</link>
File diff suppressed because one or more lines are too long
+8 -1
View File
@@ -7,8 +7,15 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Mon, 12 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Mon, 02 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hugo vs ODOO: Which Website Framework Fits Your Needs?</title>
<link>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/hugo-vs-odoo-which-website-framework-fits-your-needs/</guid>
<description>&lt;p&gt;Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Lets shed some light on which could fit YOUR needs best!&#xA;&lt;p&gt;Hugo offers lightning-fast static site generation and developer freedom. Its perfect for those who love flexibility, customization, and blazing speeds. Together with a range of themes and quick deployment, Hugo is a dream come true for tech-savvy teams who want total control. 💡&lt;/p&gt;</description>
</item>
<item> <item>
<title>Build a Website with Hugo in Just 3 Steps</title> <title>Build a Website with Hugo in Just 3 Steps</title>
<link>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</link> <link>https://blog.ODOO4projects.com/blogs/build-a-website-with-hugo-in-just-3-steps/</link>
+20 -20
View File
@@ -7,22 +7,36 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Thu, 29 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/tags/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>News</title> <title>Knowledge</title>
<link>https://blog.ODOO4projects.com/tags/news/</link> <link>https://blog.ODOO4projects.com/tags/knowledge/</link>
<pubDate>Thu, 29 May 2025 00:00:00 -0400</pubDate> <pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/news/</guid> <guid>https://blog.ODOO4projects.com/tags/knowledge/</guid>
<description></description> <description></description>
</item> </item>
<item> <item>
<title>Corporate</title> <title>Corporate</title>
<link>https://blog.ODOO4projects.com/tags/corporate/</link> <link>https://blog.ODOO4projects.com/tags/corporate/</link>
<pubDate>Thu, 22 May 2025 00:00:00 -0400</pubDate> <pubDate>Thu, 12 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/corporate/</guid> <guid>https://blog.ODOO4projects.com/tags/corporate/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>Hugo</title>
<link>https://blog.ODOO4projects.com/tags/hugo/</link>
<pubDate>Mon, 02 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/hugo/</guid>
<description></description>
</item>
<item>
<title>News</title>
<link>https://blog.ODOO4projects.com/tags/news/</link>
<pubDate>Thu, 29 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/news/</guid>
<description></description>
</item>
<item> <item>
<title>Academy</title> <title>Academy</title>
<link>https://blog.ODOO4projects.com/tags/academy/</link> <link>https://blog.ODOO4projects.com/tags/academy/</link>
@@ -30,19 +44,5 @@
<guid>https://blog.ODOO4projects.com/tags/academy/</guid> <guid>https://blog.ODOO4projects.com/tags/academy/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>Knowledge</title>
<link>https://blog.ODOO4projects.com/tags/knowledge/</link>
<pubDate>Tue, 13 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/knowledge/</guid>
<description></description>
</item>
<item>
<title>Hugo</title>
<link>https://blog.ODOO4projects.com/tags/hugo/</link>
<pubDate>Mon, 12 May 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/tags/hugo/</guid>
<description></description>
</item>
</channel> </channel>
</rss> </rss>
File diff suppressed because one or more lines are too long
+22 -1
View File
@@ -7,8 +7,29 @@
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en</language> <language>en</language>
<copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright> <copyright>Copyright &amp;copy;2025 Oliver Arnold</copyright>
<lastBuildDate>Tue, 13 May 2025 00:00:00 -0400</lastBuildDate> <lastBuildDate>Tue, 17 Jun 2025 00:00:00 -0400</lastBuildDate>
<atom:link href="https://blog.ODOO4projects.com/tags/knowledge/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://blog.ODOO4projects.com/tags/knowledge/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Youre Probably Hosting ODOO Wrong (Heres a Smarter Way)</title>
<link>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</link>
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/youre-probably-hosting-odoo-wrong-heres-a-smarter-way/</guid>
<description>&lt;p&gt;Curious about the tech powering our #ODOO4Projects journey? 🚀 Heres a sneak peek at whats under the hood:&#xA;&lt;p&gt;🐳 &lt;strong&gt;Docker&lt;/strong&gt; lightning-fast deployments, anywhere&#xA;🗄️ &lt;strong&gt;Shared Postgres DB&lt;/strong&gt; reliable, scalable, and rock-solid for growing projects&#xA;🛡️ &lt;strong&gt;CrowdSec&lt;/strong&gt; open-source and proactive security that keeps our environments safe&#xA;🔄 &lt;strong&gt;Git-for-module installation&lt;/strong&gt; seamless updates, easy rollbacks, and robust version control&lt;/p&gt;</description>
</item>
<item>
<title>Why We Avoid Heavy Custom Modules (And You Should Too)</title>
<link>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</link>
<pubDate>Tue, 10 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/why-we-avoid-heavy-custom-modules-and-you-should-too/</guid>
<description>&lt;p&gt;As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You dont want to let it go!&#xA;&lt;p&gt;But heres the thing: the shirt (or the ERP) you wear today will also be your go-to outfit for the coming years. With the unstoppable pace of change in tech (hello, AI! 🤖), only the systems truly built for the future can keep you on trend—and ahead.&lt;/p&gt;</description>
</item>
<item>
<title>Running Lean with ODOO: How We Keep Our Infra Budget in Check</title>
<link>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</link>
<pubDate>Tue, 03 Jun 2025 00:00:00 -0400</pubDate>
<guid>https://blog.ODOO4projects.com/blogs/running-lean-with-odoo-how-we-keep-our-infra-budget-in-check/</guid>
<description>&lt;p&gt;🚀 Keeping your #ODOO4projects lean and agile doesnt have to break the bank! From our own hosting journey, weve found some golden rules to making Odoo Community run fast (and frugal):&#xA;&lt;p&gt;🔹 Slim is in: Only install the essential apps. Less bloat = more speed.&#xA;🔹 Optimize your database a little tuning goes a LONG way for performance and resource use.&#xA;🔹 Dont forget regular Docker pruning. Old images and unused containers can quietly eat up resources.&#xA;🔹 Cut network lag: Host your Odoo and its database on the same server to reduce traffic and latency.&#xA;🔹 Put your reverse proxy to good use! Caching static assets can save you loads of bandwidth.&#xA;🔹 Know when your automated actions run insight means control over resource spikes.&#xA;🔹 For VPS users: Always offload those backups to a separate machine. Never risk your production setup!&lt;/p&gt;</description>
</item>
<item> <item>
<title> ODOO Studio vs Python Modules</title> <title> ODOO Studio vs Python Modules</title>
<link>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</link> <link>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</link>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long