From 67513de3d39ce3725c18c1d709e9408a134c6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Thu, 7 Oct 2021 16:51:27 +0000 Subject: [PATCH] [DOC] Adds notice to review patches after installation --- install_odoo_code.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install_odoo_code.sh b/install_odoo_code.sh index 36e5325..524daf2 100755 --- a/install_odoo_code.sh +++ b/install_odoo_code.sh @@ -161,4 +161,8 @@ case $Modules in Help exit;; esac - +echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" +echo "Remember to review patches that may need to be applied" +echo " to code in $DEST" +echo " by the script apply_patches.sh" +echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"