diff --git a/manifest/default.dev.xml b/manifest/default.dev.xml index b074a79..13b0544 100644 --- a/manifest/default.dev.xml +++ b/manifest/default.dev.xml @@ -6,6 +6,7 @@ + @@ -90,6 +91,7 @@ + diff --git a/script/install_locally.sh b/script/install_locally.sh index 7d49bc1..0951fd1 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -154,6 +154,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then 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}/script/OCA_odoo-module-migrator," >> ${EL_CONFIG_FILE} + printf "${EL_HOME}/addons/TechnoLibre_odoo-code-generator," >> ${EL_CONFIG_FILE} fi printf "\n" >> ${EL_CONFIG_FILE} diff --git a/source_repo_addons.csv b/source_repo_addons.csv index 9af2f29..efa6147 100644 --- a/source_repo_addons.csv +++ b/source_repo_addons.csv @@ -125,3 +125,4 @@ https://github.com/itpp-labs/odoo-port-docs.git,doc,master, https://github.com/itpp-labs/odoo-test-docs.git,doc,master, 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,,