Efficiently test Odoo modules in isolated environments.
Project details
Mini-Runbot for Odoo transforms specified Git revisions and module lists into temporary, isolated Odoo 16 environments for robust testing. Designed for single-host use, this tool provides a streamlined way to validate changes in trusted repositories, making it easier to ensure code quality before deployment.
Mini-Runbot for Odoo 16 is a proof-of-concept tool designed to create isolated, tested, temporary Odoo 16 environments from specified Git revisions and Odoo module lists. While it operates as a local, single-host setup intended for trusted repositories, it is not meant to serve as a security boundary against potentially hostile code.
After installation, initializing the configuration can be done as follows:
mini-runbot init
To create a new build environment, use:
mini-runbot build create --repo custom --ref 16.0 --modules module_a,module_b --run
Mini-Runbot for Odoo 16 serves as a versatile development tool, facilitating manageable and sustainable Odoo environment setups for developers and teams.
Comments
0Start the conversation
Share the first comment.