From 52c3c4679199eae99215bfd496742d45ed82acfb Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 2 Oct 2020 03:06:32 -0400 Subject: [PATCH] [ADD] odoo-module-migrator --- manifest/default.dev.xml | 1 + script/install_locally.sh | 1 + source_repo_addons.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/manifest/default.dev.xml b/manifest/default.dev.xml index 238c755..1e9c248 100644 --- a/manifest/default.dev.xml +++ b/manifest/default.dev.xml @@ -94,6 +94,7 @@ + diff --git a/script/install_locally.sh b/script/install_locally.sh index 9d16bc6..8af386d 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -153,6 +153,7 @@ 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}/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 0e61d6a..9af2f29 100644 --- a/source_repo_addons.csv +++ b/source_repo_addons.csv @@ -124,3 +124,4 @@ https://github.com/itpp-labs/odoo-development.git,doc,master, 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,