N8N Commit
This commit is contained in:
@@ -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? ⚡️ Let’s shed some light on which could fit YOUR needs best!
|
||||
|
||||
Hugo offers lightning-fast static site generation and developer freedom. It’s 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? ODOO’s 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 you’re envisioning a website that’s 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! 🚀
|
||||
|
||||
What’s 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 doesn’t have to break the bank! From our own hosting journey, we’ve 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.
|
||||
🔹 Don’t 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>
|
||||
@@ -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 don’t want to let it go!
|
||||
|
||||
But here’s 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.
|
||||
|
||||
That’s why it’s 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 you’ll 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: "You’re Probably Hosting ODOO Wrong (Here’s 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? 🚀 Here’s a sneak peek at what’s 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, we’re able to automate, secure, and scale your Odoo-powered projects like never before! It’s 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
File diff suppressed because one or more lines are too long
+36
-1
@@ -7,8 +7,43 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<item>
|
||||
<title>You’re Probably Hosting ODOO Wrong (Here’s 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><p>Curious about the tech powering our #ODOO4Projects journey? 🚀 Here’s a sneak peek at what’s under the hood:
<p>🐳 <strong>Docker</strong> – lightning-fast deployments, anywhere
🗄️ <strong>Shared Postgres DB</strong> – reliable, scalable, and rock-solid for growing projects
🛡️ <strong>CrowdSec</strong> – open-source and proactive security that keeps our environments safe
🔄 <strong>Git-for-module installation</strong> – seamless updates, easy rollbacks, and robust version control</p></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><p></p></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><p>As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You don’t want to let it go!
<p>But here’s 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.</p></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><p>🚀 Keeping your #ODOO4projects lean and agile doesn’t have to break the bank! From our own hosting journey, we’ve found some golden rules to making Odoo Community run fast (and frugal):
<p>🔹 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.
🔹 Don’t 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!</p></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><p>Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Let’s shed some light on which could fit YOUR needs best!
<p>Hugo offers lightning-fast static site generation and developer freedom. It’s 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. 💡</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>New Colleague: Mark Gutmann</title>
|
||||
<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
+232
-212
File diff suppressed because one or more lines are too long
+84
-114
@@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>All Blogs</title>
|
||||
|
||||
@@ -16,18 +16,18 @@
|
||||
<meta name="theme-name" content="editor-hugo" />
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="http://localhost:1313/images/4.svg" type="image/x-icon">
|
||||
<link rel="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="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/blogs/">
|
||||
<meta property="og:site_name" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks">
|
||||
<meta property="og:url" content="https://blog.ODOO4projects.com/blogs/">
|
||||
<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:description" content="meta description">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:locale" content="en">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
@@ -47,6 +47,10 @@
|
||||
</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">
|
||||
|
||||
|
||||
@@ -109,7 +113,6 @@
|
||||
<body>
|
||||
|
||||
<header class="sidenav">
|
||||
|
||||
<div class="is-top">
|
||||
<div>
|
||||
|
||||
@@ -122,19 +125,18 @@
|
||||
|
||||
<button class="sidenav-toggler d-inline-block " data-toggle="sidenav-menu">
|
||||
<svg id="toggler-icon" class="toggler-icon" viewBox="0 0 100 100" width="60" onclick="this.classList.toggle('active')"><path class="line top" d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" /><path class="line middle" d="m 30,50 h 40" /><path class="line bottom" d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" /></svg>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<a class="navbar-brand mr-0" href="https://ODOO4projects.com">
|
||||
|
||||
<a class="navbar-brand mr-0" href="/">
|
||||
|
||||
<img height="30px" src="http://localhost:1313/images/logo.svg"
|
||||
<img height="30px" src="https://blog.ODOO4projects.com/images/logo.svg"
|
||||
alt="ODOO4projects">
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="d-none d-md-block">
|
||||
<ul class="social-links list-unstyled">
|
||||
|
||||
@@ -183,10 +185,14 @@
|
||||
|
||||
<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>
|
||||
</a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
|
||||
<i class="fas fa-globe"></i>
|
||||
</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
@@ -204,6 +210,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="page-content section" style="border-left:1px solid #eee">
|
||||
<div class="container px-3 px-lg-4">
|
||||
<div class="row justify-content-center">
|
||||
@@ -230,7 +237,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -239,32 +246,31 @@
|
||||
|
||||
<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="http://localhost:1313/tags/radio/">Radio</a></li>
|
||||
<li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<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>
|
||||
|
||||
<p class="mb-0">Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. …</p>
|
||||
<p class="mb-0">Did you know? There’s a hidden gem inside Odoo Enterprise that could …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 24, 2021</span>
|
||||
<span class="card-meta-date">May 08, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6">
|
||||
@@ -272,7 +278,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -281,30 +287,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 you’re looking for speed, …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 05, 2021</span>
|
||||
<span class="card-meta-date">May 06, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6">
|
||||
@@ -312,7 +319,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -321,30 +328,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 04, 2021</span>
|
||||
<span class="card-meta-date">May 05, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6">
|
||||
@@ -352,7 +360,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -361,30 +369,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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 Isn’t telling You">Community vs Enterprise: What ODOO Isn’t telling You</a>
|
||||
</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. That’s why …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 03, 2021</span>
|
||||
<span class="card-meta-date">May 03, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-4 col-sm-6">
|
||||
@@ -392,7 +401,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -401,70 +410,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 02, 2021</span>
|
||||
<span class="card-meta-date">Apr 25, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</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>
|
||||
@@ -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>
|
||||
</nav>
|
||||
|
||||
@@ -580,11 +532,27 @@
|
||||
<div class="col-12 text-center mb-5">
|
||||
<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
|
||||
</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>
|
||||
|
||||
|
||||
<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 Odoo’s 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>
|
||||
|
||||
|
||||
@@ -599,6 +567,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -610,16 +579,16 @@
|
||||
|
||||
|
||||
<script>
|
||||
WebFont.load({
|
||||
google: {
|
||||
api: 'https://fonts.googleapis.com/css2',
|
||||
families: ['Fira\u002bSans:ital,wght@500;600','Fira\u002bSans:ital,wght@400;500;600&display=swap'],
|
||||
version: 2
|
||||
},
|
||||
active: () => {
|
||||
sessionStorage.fontsLoaded = true
|
||||
}
|
||||
});
|
||||
WebFont.load({
|
||||
google: {
|
||||
families: [
|
||||
'Fira Sans:ital,wght@0,400;0,500;0,600;1,500;1,600'
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -690,5 +659,6 @@ Output:
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</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
@@ -7,8 +7,15 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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><p></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Brazil online!</title>
|
||||
<link>https://blog.ODOO4projects.com/blogs/brazil-online/</link>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,8 +7,15 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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><p>Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Let’s shed some light on which could fit YOUR needs best!
<p>Hugo offers lightning-fast static site generation and developer freedom. It’s 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. 💡</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<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>
|
||||
|
||||
+20
-20
@@ -7,22 +7,36 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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>
|
||||
<title>Knowledge</title>
|
||||
<link>https://blog.ODOO4projects.com/categories/knowledge/</link>
|
||||
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
|
||||
<guid>https://blog.ODOO4projects.com/categories/knowledge/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Corporate</title>
|
||||
<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>
|
||||
<description></description>
|
||||
</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>
|
||||
<title>Academy</title>
|
||||
<link>https://blog.ODOO4projects.com/categories/academy/</link>
|
||||
@@ -30,19 +44,5 @@
|
||||
<guid>https://blog.ODOO4projects.com/categories/academy/</guid>
|
||||
<description></description>
|
||||
</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>
|
||||
</rss>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,8 +7,29 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<item>
|
||||
<title>You’re Probably Hosting ODOO Wrong (Here’s 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><p>Curious about the tech powering our #ODOO4Projects journey? 🚀 Here’s a sneak peek at what’s under the hood:
<p>🐳 <strong>Docker</strong> – lightning-fast deployments, anywhere
🗄️ <strong>Shared Postgres DB</strong> – reliable, scalable, and rock-solid for growing projects
🛡️ <strong>CrowdSec</strong> – open-source and proactive security that keeps our environments safe
🔄 <strong>Git-for-module installation</strong> – seamless updates, easy rollbacks, and robust version control</p></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><p>As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You don’t want to let it go!
<p>But here’s 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.</p></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><p>🚀 Keeping your #ODOO4projects lean and agile doesn’t have to break the bank! From our own hosting journey, we’ve found some golden rules to making Odoo Community run fast (and frugal):
<p>🔹 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.
🔹 Don’t 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!</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title> ODOO Studio vs Python Modules</title>
|
||||
<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
File diff suppressed because one or more lines are too long
+26
-1
File diff suppressed because one or more lines are too long
+36
-1
@@ -7,8 +7,43 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<item>
|
||||
<title>You’re Probably Hosting ODOO Wrong (Here’s 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><p>Curious about the tech powering our #ODOO4Projects journey? 🚀 Here’s a sneak peek at what’s under the hood:
<p>🐳 <strong>Docker</strong> – lightning-fast deployments, anywhere
🗄️ <strong>Shared Postgres DB</strong> – reliable, scalable, and rock-solid for growing projects
🛡️ <strong>CrowdSec</strong> – open-source and proactive security that keeps our environments safe
🔄 <strong>Git-for-module installation</strong> – seamless updates, easy rollbacks, and robust version control</p></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><p></p></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><p>As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You don’t want to let it go!
<p>But here’s 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.</p></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><p>🚀 Keeping your #ODOO4projects lean and agile doesn’t have to break the bank! From our own hosting journey, we’ve found some golden rules to making Odoo Community run fast (and frugal):
<p>🔹 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.
🔹 Don’t 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!</p></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><p>Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Let’s shed some light on which could fit YOUR needs best!
<p>Hugo offers lightning-fast static site generation and developer freedom. It’s 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. 💡</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>New Colleague: Mark Gutmann</title>
|
||||
<link>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</link>
|
||||
|
||||
+233
-213
File diff suppressed because one or more lines are too long
+105
-119
@@ -1,12 +1,12 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.147.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta name="generator" content="Hugo 0.147.2">
|
||||
<meta charset="utf-8">
|
||||
<title>ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & 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">
|
||||
@@ -17,18 +17,18 @@
|
||||
<meta name="theme-name" content="editor-hugo" />
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="http://localhost:1313/images/4.svg" type="image/x-icon">
|
||||
<link rel="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="https://blog.ODOO4projects.com/images/4.svg" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/">
|
||||
<meta property="og:site_name" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks">
|
||||
<meta property="og:title" content="ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks">
|
||||
<meta property="og:url" content="https://blog.ODOO4projects.com/">
|
||||
<meta property="og:site_name" content="Founder of ODOO4projects. ODOO hosting like it should be. ">
|
||||
<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:locale" content="en_us">
|
||||
<meta property="og:locale" content="en">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
</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">
|
||||
|
||||
|
||||
@@ -110,7 +114,6 @@
|
||||
<body>
|
||||
|
||||
<header class="sidenav">
|
||||
|
||||
<div class="is-top">
|
||||
<div>
|
||||
|
||||
@@ -123,19 +126,18 @@
|
||||
|
||||
<button class="sidenav-toggler d-inline-block " data-toggle="sidenav-menu">
|
||||
<svg id="toggler-icon" class="toggler-icon" viewBox="0 0 100 100" width="60" onclick="this.classList.toggle('active')"><path class="line top" d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" /><path class="line middle" d="m 30,50 h 40" /><path class="line bottom" d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" /></svg>
|
||||
</button>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<a class="navbar-brand mr-0" href="https://ODOO4projects.com">
|
||||
|
||||
<a class="navbar-brand mr-0" href="/">
|
||||
|
||||
<img height="30px" src="http://localhost:1313/images/logo.svg"
|
||||
<img height="30px" src="https://blog.ODOO4projects.com/images/logo.svg"
|
||||
alt="ODOO4projects">
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="d-none d-md-block">
|
||||
<ul class="social-links list-unstyled">
|
||||
|
||||
@@ -184,10 +186,14 @@
|
||||
|
||||
<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>
|
||||
</a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://ODOO4projects.com" title="Website">
|
||||
<i class="fas fa-globe"></i>
|
||||
</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
@@ -204,20 +210,37 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="page-content">
|
||||
<div class="container-fluid pl-3 pl-md-0 pr-3 pr-lg-4">
|
||||
<div class="row no-gutters">
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
<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>
|
||||
<h1 class="h3 text-primary font-primary mb-3">Matthew Atkins</h1>
|
||||
<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>
|
||||
<h2 class="h3 text-primary font-primary mb-3">Oliver Arnold</h2>
|
||||
<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>
|
||||
@@ -231,7 +254,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -240,32 +263,31 @@
|
||||
|
||||
<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="http://localhost:1313/tags/radio/">Radio</a></li>
|
||||
<li class="list-inline-item"><a href="https://blog.ODOO4projects.com/tags/corporate/">corporate</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<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>
|
||||
|
||||
<p class="mb-0">Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. …</p>
|
||||
<p class="mb-0">Did you know? There’s a hidden gem inside Odoo Enterprise that could …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 24, 2021</span>
|
||||
<span class="card-meta-date">May 08, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4 col-sm-6">
|
||||
@@ -273,7 +295,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -282,30 +304,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 you’re looking for speed, …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 05, 2021</span>
|
||||
<span class="card-meta-date">May 06, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4 col-sm-6">
|
||||
@@ -313,7 +336,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -322,30 +345,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 04, 2021</span>
|
||||
<span class="card-meta-date">May 05, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4 col-sm-6">
|
||||
@@ -353,7 +377,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -362,30 +386,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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 Isn’t telling You">Community vs Enterprise: What ODOO Isn’t telling You</a>
|
||||
</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. That’s why …</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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 03, 2021</span>
|
||||
<span class="card-meta-date">May 03, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-xl-4 col-sm-6">
|
||||
@@ -393,7 +418,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@@ -402,70 +427,31 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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 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>
|
||||
<a href="https://blog.ODOO4projects.com/about/" class="card-meta-author">Oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<span class="card-meta-date">Jan 02, 2021</span>
|
||||
<span class="card-meta-date">Apr 25, 2025</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</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>
|
||||
@@ -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>
|
||||
</nav>
|
||||
|
||||
@@ -573,11 +541,27 @@
|
||||
<div class="col-12 text-center mb-5">
|
||||
<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
|
||||
</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>
|
||||
|
||||
|
||||
<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 Odoo’s 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>
|
||||
|
||||
|
||||
@@ -590,6 +574,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -607,16 +592,16 @@
|
||||
|
||||
|
||||
<script>
|
||||
WebFont.load({
|
||||
google: {
|
||||
api: 'https://fonts.googleapis.com/css2',
|
||||
families: ['Fira\u002bSans:ital,wght@500;600','Fira\u002bSans:ital,wght@400;500;600&display=swap'],
|
||||
version: 2
|
||||
},
|
||||
active: () => {
|
||||
sessionStorage.fontsLoaded = true
|
||||
}
|
||||
});
|
||||
WebFont.load({
|
||||
google: {
|
||||
families: [
|
||||
'Fira Sans:ital,wght@0,400;0,500;0,600;1,500;1,600'
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -687,5 +672,6 @@ Output:
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</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
@@ -3,13 +3,49 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<loc>https://blog.ODOO4projects.com/blogs/new-colleague-mark-gutmann/</loc>
|
||||
<lastmod>2025-05-29T00:00:00-04:00</lastmod>
|
||||
@@ -19,18 +55,9 @@
|
||||
</url><url>
|
||||
<loc>https://blog.ODOO4projects.com/categories/projects/</loc>
|
||||
<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>
|
||||
<loc>https://blog.ODOO4projects.com/blogs/brazil-online/</loc>
|
||||
<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>
|
||||
<loc>https://blog.ODOO4projects.com/categories/academy/</loc>
|
||||
<lastmod>2025-05-15T00:00:00-04:00</lastmod>
|
||||
@@ -49,21 +76,9 @@
|
||||
</url><url>
|
||||
<loc>https://blog.ODOO4projects.com/blogs/odoo-studio-vs-python-modules/</loc>
|
||||
<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>
|
||||
<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>
|
||||
</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>
|
||||
<loc>https://blog.ODOO4projects.com/blogs/underrated-module-odoo-spreadsheet/</loc>
|
||||
<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
@@ -7,8 +7,15 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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><p></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Brazil online!</title>
|
||||
<link>https://blog.ODOO4projects.com/blogs/brazil-online/</link>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,8 +7,15 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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><p>Are you torn between using Hugo or ODOO to power your next project website? ⚡️ Let’s shed some light on which could fit YOUR needs best!
<p>Hugo offers lightning-fast static site generation and developer freedom. It’s 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. 💡</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<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>
|
||||
|
||||
+20
-20
@@ -7,22 +7,36 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<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>
|
||||
<title>Knowledge</title>
|
||||
<link>https://blog.ODOO4projects.com/tags/knowledge/</link>
|
||||
<pubDate>Tue, 17 Jun 2025 00:00:00 -0400</pubDate>
|
||||
<guid>https://blog.ODOO4projects.com/tags/knowledge/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Corporate</title>
|
||||
<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>
|
||||
<description></description>
|
||||
</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>
|
||||
<title>Academy</title>
|
||||
<link>https://blog.ODOO4projects.com/tags/academy/</link>
|
||||
@@ -30,19 +44,5 @@
|
||||
<guid>https://blog.ODOO4projects.com/tags/academy/</guid>
|
||||
<description></description>
|
||||
</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>
|
||||
</rss>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,8 +7,29 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<copyright>Copyright &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" />
|
||||
<item>
|
||||
<title>You’re Probably Hosting ODOO Wrong (Here’s 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><p>Curious about the tech powering our #ODOO4Projects journey? 🚀 Here’s a sneak peek at what’s under the hood:
<p>🐳 <strong>Docker</strong> – lightning-fast deployments, anywhere
🗄️ <strong>Shared Postgres DB</strong> – reliable, scalable, and rock-solid for growing projects
🛡️ <strong>CrowdSec</strong> – open-source and proactive security that keeps our environments safe
🔄 <strong>Git-for-module installation</strong> – seamless updates, easy rollbacks, and robust version control</p></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><p>As your business grows, your ERP system often becomes like your favorite shirt 👕—comfortable, familiar, maybe even lucky. You don’t want to let it go!
<p>But here’s 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.</p></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><p>🚀 Keeping your #ODOO4projects lean and agile doesn’t have to break the bank! From our own hosting journey, we’ve found some golden rules to making Odoo Community run fast (and frugal):
<p>🔹 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.
🔹 Don’t 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!</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title> ODOO Studio vs Python Modules</title>
|
||||
<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
Reference in New Issue
Block a user