-
Opening Keynote - Unveiling Odoo 19
Fabien Pinckaers完成
-
Keynote - Industries
Fabien Pinckaers完成
-
Revenue Recognition & Long-Term Project Tracking in Odoo
Benoît Le Goff完成
-
Revolutionizing Equipment Lifecycle: GOWell Transforms Operations with Odoo
Chintan Shah完成
-
How Norcable Took Control of Its Carbon Footprint with Odoo and MyCompanyCO2?
Chambourdon完成
-
Coolpressing: the “Spotify of laundry” powered by Odoo
Nicolas Donneaux - Martin Philippart - Bruno Venanzi完成
-
Scaling Retail in Europe: The Dnipro-M Journey with Odoo
Yaroslav Husyar完成
-
Creating a Sustainable Circular Economy for Plastics with DePoly and Odoo through Enhanced Purchase Approval Workflows
Noemie (Nemo) Keller完成
-
From WordPress to Odoo: Consolidating 12 Multilingual Sites into a Single Odoo Instance
Kushal Darji完成
-
The high-stakes game: Lessons from deploying Odoo Retail/ERP solutions for iconic international retail brands worldwide
Igor Jovanovic & Srdjan Marinkovic完成
Domingos Ferreira is the Head of Software Engineering at much. Consulting. In his role, he leads the development department, architecting and overseeing the implementation of robust and scalable Odoo solutions.
The practice of regular unit testing plays a key role in giving developers confidence that modules behave as expected under various conditions and scenarios. Considering the necessity for CI/CD pipelines to operate quickly, we can take advantage of Docker containers for task parallelism to significantly reduce test execution time while ensuring isolation between environments.
Due to the complex nature of ERP systems, however, it can become difficult for a single machine to handle test execution for several Odoo instances at the same time. This talk will be focusing on demonstrating how a lightweight and optimized image of Odoo can reduce resource consumption and subsequently speed up the process of unit testing by taking advantage of parallel execution.
In summary, we will:
- Explain the key components that make up the minimal Odoo image.
- Provide a brief demo showcasing the use of Docker and Testcontainers to trigger parallel execution of a few unit tests.
- Compare the efficiency of this approach against the standard method for unit testing in Odoo.
Key Learnings:
- What are the advantages of utilizing Docker for Odoo unit testing, both locally and on CI platforms
- What are the key components that make up a lightweight version of Odoo
- How easy it is to set up Docker and Testcontainers to run Odoo unit tests regardless of the environment
Intended Target Audience:
This talk is primarily targeted at IT professionals and engineers interested in process automation and quality assurance within their ERP systems. It is relevant to:
- IT managers seeking an efficient method to integrate unit testing for Odoo into their automated CI/CD pipelines.
- IT professionals involved in Odoo development that want to explore automation to maximize their productivity.
- Docker enthusiasts who simply enjoy witnessing the magic of containerization.