From 659ee738eae1792b47f3211fa1fbed8d1b155f0c Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Mon, 10 Mar 2025 14:00:35 +0700 Subject: [PATCH] update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25cddd2cb..c1c82a367 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ cleanup_addons: install_modules: ${PYTHON} odoo-bin --config=${CONFIG} -d ${DATABASE} -i ${MODULES} --xmlrpc-port=${PORT} upgrade_modules: - ${PYTHON} odoo-bin upgrade_code --addons-path ${ADDONS} --from ${OLD_VER} --to ${NEW_VER} + ${PYTHON} odoo-bin upgrade_code --addons-path ${UPGRADE_DIR} --from ${OLD_VER} --to ${NEW_VER} ##### Docker Deployment ######### run_test_docker: