-
Keynote - Industries
Fabien PinckaersHoàn tất
-
Opening Keynote - Unveiling Odoo 19
Fabien PinckaersHoàn tất
-
The high-stakes game: Lessons from deploying Odoo Retail/ERP solutions for iconic international retail brands worldwide
Igor Jovanovic & Srdjan MarinkovicHoàn tất
-
Zero to Closing: Onboarding Accountants into Odoo with Confidence
Murtada KarjikarHoàn tất
-
From SAP to Odoo – How Minimax Transformed Its Global Subsidiaries
Jose Montero (NP)Hoàn tất
-
Creating a Sustainable Circular Economy for Plastics with DePoly and Odoo through Enhanced Purchase Approval Workflows
Noemie (Nemo) KellerHoàn tất
-
Grassroots Power: Community Engagement with Odoo at Mack-celeration.com
Eric Poliner PhDHoàn tất
-
Full Throttle with Odoo: How a Motorsports Retailer Gained Speed and Grip
Darya Zykava & Duraid Al MhanaHoàn tất
-
Revenue Recognition & Long-Term Project Tracking in Odoo
Benoît Le GoffHoàn tất
-
Accelerating Growth through Buy & Build. The Moore Belgium story.
Luc De MuynckHoàn tất
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.