diff --git a/script/git_tool.py b/script/git_tool.py index 327d865..f91cb8b 100644 --- a/script/git_tool.py +++ b/script/git_tool.py @@ -370,8 +370,8 @@ class GitTool: lst_result = [] for repo in lst_repo: # Exception, ignore addons/OCA_web and root - if "addons/OCA_web" == repo.get("path") or \ - "odoo" == repo.get("path"): + if "addons/OCA_web" == repo.get("path") or "odoo" == repo.get("path") or \ + "ERPLibre_image_db" == repo.get("path"): continue str_repo = f' printf "${{EL_HOME}}/{repo.get("path")}," >> ' \ f'${{EL_CONFIG_FILE}}\n' diff --git a/script/install_locally.sh b/script/install_locally.sh index 6bcd621..362f5e9 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -155,7 +155,6 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then printf "${EL_HOME}/doc/itpp-labs_odoo-port-docs," >> ${EL_CONFIG_FILE} printf "${EL_HOME}/doc/itpp-labs_odoo-test-docs," >> ${EL_CONFIG_FILE} printf "${EL_HOME}/doc/odoo_documentation-user," >> ${EL_CONFIG_FILE} - printf "${EL_HOME}/image_db," >> ${EL_CONFIG_FILE} printf "${EL_HOME}/script/OCA_odoo-module-migrator," >> ${EL_CONFIG_FILE} fi printf "\n" >> ${EL_CONFIG_FILE} diff --git a/source_repo_addons.csv b/source_repo_addons.csv index b9da87a..1447f16 100644 --- a/source_repo_addons.csv +++ b/source_repo_addons.csv @@ -127,3 +127,4 @@ https://github.com/odoo/documentation-user.git,doc,, https://github.com/OCA/odoo-module-migrator.git,script,master, https://github.com/TechnoLibre/odoo-code-generator.git,addons,, https://github.com/TechnoLibre/odoo-code-generator-template.git,addons,, +https://github.com/ERPLibre/ERPLibre_image_db.git,,,