diff --git a/ODOO4projects/content/english/blogs/academy_chatbot.md b/ODOO4projects/content/english/blogs/academy_chatbot.md new file mode 100644 index 0000000..50f28f5 --- /dev/null +++ b/ODOO4projects/content/english/blogs/academy_chatbot.md @@ -0,0 +1,66 @@ +--- +title: "ACADEMY: Use our ODOO AI integration" +description: " +Build smarter support with AI – in your Odoo website! +In this advanced ODOO4projects Academy video, we show you how to set up an AI chatbot using the 4Server AI module to engage website visitors, answer customer questions, and automatically generate leads — all integrated seamlessly into Odoo. + +✅ Install & configure the 4Server AI module +✅ Connect your AI bot to the live chat system +✅ Customize the chatbot behavior with a preamble +✅ Automatically capture leads and sync them to Odoo CRM + +💡 Did you know? +AI chatbots can boost customer satisfaction by up to 80% when used for first-response support! + +🎓 Whether you're automating support or leveling up your CRM game, this tutorial gives you the tools to do it — even if you’re sitting in the back row. 😉 +" + +images: + - "images/blog/chatbot.svg" +date: "2025-05-14" +draft: false +tags: ["academy"] +categories: ["academy"] +--- + +

+ +📺 Watch on Youtube click + +How to Add an AI Chatbot to Your Odoo Website (in Just a Few Steps) +By ODOO4projects Academy + +In today’s fast-paced digital environment, customers expect instant answers. That’s where AI chatbots come in — and with Odoo, integrating one into your website is easier than you think. + +In our latest ODOO4projects Academy video, we walk you through setting up an AI-powered chatbot using the 4Server AI module. Whether you're improving customer service or capturing leads in your CRM, this integration can save time, reduce manual tasks, and elevate the user experience. +Here's what you'll learn: + + Installing the 4Server AI module + We start by finding and installing the “4SERVER AI” module directly from your Odoo apps dashboard. Just search for "4" and you’re halfway there. + + Configuring the chatbot + Meet the pre-installed 4Server Agent — a chatbot that comes ready with a demo key. Learn how to customize the preamble so your bot sounds like you and knows how to answer customer queries properly. + + Integrating into Live Chat + With a few clicks, connect the AI bot to your Live Chat channel. The bot’s always online, ready to greet and guide visitors on your homepage. + + Lead Generation Made Easy + When users enter their email, a new lead is automatically created in your Odoo CRM — with the chat transcript attached. It’s seamless, automated, and a big win for your sales pipeline. + +💬 Bonus tip: You’ll also see where to access full chat logs and evaluations in your live chat session history. + +Why it matters: +AI chatbots aren’t just trendy — they’re becoming essential. A well-configured bot can reduce support costs, capture more leads, and provide real-time help 24/7. + + 💡 Did you know? + Over 50% of consumers expect businesses to be available 24/7 — and chatbots are the easiest way to meet that demand without hiring a night shift. + +Ready to get started? + +Watch the full tutorial and bring your customer support to the next level. +Even if you’re sitting in the last row… we see you. 😉 + +📺 Watch on Youtube click +👉 Explore Our Odoo & AI Services + +

diff --git a/ODOO4projects/content/english/blogs/academy_git.md b/ODOO4projects/content/english/blogs/academy_git.md new file mode 100644 index 0000000..9ffa5a5 --- /dev/null +++ b/ODOO4projects/content/english/blogs/academy_git.md @@ -0,0 +1,92 @@ +--- +title: "ACADEMY: Use git with ODOO4projects" +description: " +🎓 Odoo 4 Projects Academy: Upgrade to Enterprise with Git & Docker (Advanced Tutorial) + +Welcome to another episode of Odoo 4 Projects Academy! + +In this advanced tutorial, we show you how to: + + Use Git to clone custom and enterprise modules + + Set up SSH keys (without accidentally uploading your private one 🙈) + + Upgrade from Odoo Community to Odoo Enterprise + + Use Docker Compose to run a local dev environment + + Set up a staging server just like your live instance + +We know startups move fast and don’t always have time to mess around with infrastructure. That’s why we built features like Quick Git Install — just upload your module and you're done. But for the curious (and the brave), this video shows how it works under the hood. + +" + +images: + - "images/blog/git.svg" +date: "2025-05-15" +draft: false +tags: ["academy"] +categories: ["academy"] +--- + +

+ +📺 Watch on Youtube click + +From Community to Enterprise: Upgrading Your Odoo Instance with Git and Docker (No Stress Required) + +Welcome to the Odoo 4 Projects Academy! +Today, we’re diving into an advanced (but totally doable) process: upgrading your Odoo Community instance to Enterprise using Git, SSH keys, and Docker. + +Now before you panic and run for coffee—relax. We've made everything clear, startup-friendly, and explained all the technical terms, so even if you’re more business than backend, you’ll feel right at home. + +🚀 Why This Tutorial? + +Most Odoo users just want to install a module and move on. If that’s you — great news! You can use our Quick Git Install feature and upload your module with a few clicks. No terminal, no problem. + +nBut if you want to understand how things work behind the scenes, collaborate with developers, or create a proper local dev environment — this tutorial is your new best friend. +🧰 What You’ll Learn + +

+ +💡 Pro Tips from the Video + + +👨‍💻 Too Busy? We Got You. + +If setting up SSH keys and Git makes your head spin, no worries. Use our Quick Git Install tool or let us handle the setup completely. Odoo 4 Projects was built so you can focus on your business, not your infrastructure. +📺 Watch the Full Video + +👉 Watch the tutorial on YouTube https://www.youtube.com/watch?v=voXx79tpqgk +🎓 Odoo 4 Projects Academy – "Upgrade to Enterprise with Git & Docker" +📦 Ready to Launch? + +Looking for a simple, startup-friendly way to host Odoo? +✅ Secure servers +✅ Enterprise-ready +✅ Team features +✅ One-click module installs + +👉 Get your instance at odoo4projects.com + +Odoo 4 Projects +Built for startups. Loved by last-row geniuses. 😎 + +

diff --git a/ODOO4projects/deploy b/ODOO4projects/deploy index 3d9f463..dad836d 100755 --- a/ODOO4projects/deploy +++ b/ODOO4projects/deploy @@ -1,6 +1,6 @@ #/bin/bash git pull -hugo +hugo build rm public.tar.gz cd public diff --git a/ODOO4projects/public.tar.gz b/ODOO4projects/public.tar.gz index eb5ec57..be7935b 100644 Binary files a/ODOO4projects/public.tar.gz and b/ODOO4projects/public.tar.gz differ diff --git a/ODOO4projects/static/images/blog/chatbot.svg b/ODOO4projects/static/images/blog/chatbot.svg new file mode 100644 index 0000000..61a799b --- /dev/null +++ b/ODOO4projects/static/images/blog/chatbot.svg @@ -0,0 +1,811 @@ + + + + diff --git a/ODOO4projects/static/images/blog/git.svg b/ODOO4projects/static/images/blog/git.svg new file mode 100644 index 0000000..2a7bc25 --- /dev/null +++ b/ODOO4projects/static/images/blog/git.svg @@ -0,0 +1,736 @@ + + + +