[FIX] missing ERPLibre_image_db in source_repo_addons
- Remove it from config, no need for now
This commit is contained in:
parent
724569c980
commit
7e4972355d
3 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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,,,
|
||||
|
|
|
|||
|
Loading…
Reference in a new issue