Elico-Corp / odoo-docker

Simple yet powerful Odoo image for Docker based on OCB code and maintained by Elico Corporation.
https://hub.docker.com/r/elicocorp/odoo/
GNU Lesser General Public License v3.0
77 stars 93 forks source link

`oca_dependencies.txt` ignored if `FETCH_OCA_DEPENDENCIES=False` #113

Open seb-elico opened 6 years ago

seb-elico commented 6 years ago

When cloning multiple independent GH repos (see https://github.com/Elico-Corp/odoo-docker#fetch_multiple_repos), in case ENV var FETCH_OCA_DEPENDENCIES=False is used, the addons path will be the Odoo default one (i.e. it doesn't include the repos listed in oca_dependencies.txt as well as their child repos).

To be noted that if there's only 1 master repo cloned (i.e. using ENV var ADDONS_REPO), there's no such bug.