BizzAppDev Systemsbizzappdev.hashnode.dev·Dec 13, 20245 Signs It’s Time to Upgrade Your ERP to OdooIntroduction: As businesses grow and evolve, so do their needs for managing critical processes like inventory, sales, procurement, production, and accounting. This is where Enterprise Resource Planning (ERP) systems come into play. ERP systems serve ...Odoo
Vinayak Zuttidockerize-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...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...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...Kubernetes
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...Odoo
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...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...24 likes·384 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...1 like·36 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.custom 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...34 readsqweb