maintainer_quality_tools [url]:¶
URL for the maintainer-quality-tools of OCA used for testing the code
Please go to docker documentation installation page : Install Docker
sudo gpasswd -a ${USER} docker
sudo service docker restart
you may have to LOGOUT and LOG BACK IN AGAIN for the group change to take effect!
docker images # make sure you don't need sudo anymore here
sudo pip install voodoo-cli
The configuration file is in your home : ‘~/.voodoo/config.yml’
Verbose mode is activated by default in order to help you to learn what voodoo do
Specify which kind of environment is used
URL for the maintainer-quality-tools of OCA used for testing the code
The odoo repo by default the OCA repo: ‘https://github.com/oca/ocb.git‘
If you want start your project quickly and avoid to duplicate odoo source code, you can create manually a symbolic link after created project in ./parts/odoo from existing odoo projects. Sharing source can be confusing, don’t use for dev of projects which are in production.
Note : to improve the performance when downloading odoo, an odoo project is downloaded in ~/.voodoo/shared/odoo. Then when you start a new project the new odoo part is created from this local repository.