Vinayak ZuttiforDockerize Custom Odoo Applicationdockerize-custom-odoo-application.hashnode.dev·Sep 25, 2024Dockerize Custom Odoo ApplicationCreate odoo and PostgreSQL docker image for your custom modules Docker-Compose.yml services: web: build: context: ./ dockerfile: dockerfile depends_on: - db ports: - "8099:8069" - "8070:8070" # XML-RPC po...Discuss·2 likesOdoo
Yash Karankekarankeyash.hashnode.dev·Sep 16, 2024The Odoo ExperienceEverything is created twice, first in the mind and then in reality ~ Robin Sharma As the Odoo Community Days approached on August 23 and 24 in Ahmedabad, Gujarat, India, my good friend Sagar and I couldn't contain our excitement about attending this...Discuss·1 like·46 readsconference
Surekha Techsurekhatech.hashnode.dev·Sep 2, 2024Optimizing Odoo on Kubernetes: Enhancing Deployment Efficiency with Blue-Green StrategiesDeploying Odoo on Kubernetes offers a powerful combination of flexibility, scalability, and resilience, making it a preferred choice for businesses aiming to leverage modern cloud-native technologies. Kubernetes simplifies the deployment and manageme...DiscussKubernetes
Surekha Techsurekhatech.hashnode.dev·Aug 20, 2024Odoo: Open-Source Apps to Grow Your BusinessIn the modern business landscape, efficiency, adaptability, and scalability are essential for success. Companies of all sizes face the challenge of managing a wide range of operations, from sales and inventory to human resources and accounting. As bu...DiscussOdoo
Satria Putrasatriacening.hashnode.dev·Jul 22, 2024Cara install Odoo di Windows/Linux/MacOdoo adalah salah satu software ERP (Enterprise Resource Planning) yang open-source atau gratis digunakan secara legal. Sebelumnya, Odoo dikenal dengan nama OpenERP. Didirikan oleh Fabien Pinckaers pada tahun 2005, Odoo telah berkembang pesat dan dig...Discuss·1 likeOdoo
TOLANI AKINTAYOdevopsforjesus.hashnode.dev·May 21, 2024The Deployment Of an Odoo Web App Using Docker-Compose With a Persistent AWS RDS PostgreSQL Database.REASONS FOR AN EXTERNAL PERSISTENT DATABASE. An external persistent database is essential for our Odoo web application to ensure data durability and consistency. Using a persistent PostgreSQL database with Docker Compose, we can maintain data integri...Enaikele Omoh kelvin and 2 others are discussing this3 people are discussing thisDiscuss·24 likes·324 readsOdoo
Carlin FONGANGblog.acloud.digital·May 7, 2024Mise en place d'un pipeline CICD avec Jenkins & Ansible, pour la stack Odoo, PostgreSQL, pgAdminLinkedIn | GitLab | GitHub | Credly 1. Introduction Le déploiement continu et l'intégration continue (CI/CD) sont des pratiques essentielles dans le développement de logiciels modernes, permettant aux équipes de livrer des applications avec plus de...Discuss·1 like·30 readsJenkins
Sundar Adhikarisundar365.com.np·Apr 14, 2024How to Build a Module in Odoo Using the Scaffold Method and Install It.Then open the terminal and type this python odoo-bin scaffold my_addon addons You have successfully created a custom addon. Now Installing Custom Module in Odoo.Discusscustom module
ixkitixkit.hashnode.dev·Apr 13, 2024A hook solution to spy the Odoo web page 🕵️How does Odoo rendering a web page Odoo is an Open source ERP software, also an rapid development web application framework, the Odoo main tech stack includes Python module and JavaScript framework, we think that two type rendering technique was used...Discuss·34 readsqweb
Srujan Ravalsrujanodoo.hashnode.dev·Mar 23, 2024How to Configure Outgoing and Incoming Mail Servers in Odoo.Configuring email in Odoo is a crucial step for enabling your system to send and receive emails directly from the platform. This can be for purposes such as sending out sales orders, purchase orders, project updates, or even setting up automated mark...DiscussOdoo