update
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been skipped

This commit is contained in:
KaySar12 2025-03-10 14:00:00 +07:00
parent 7e2d334869
commit 8708075b51

View File

@ -87,7 +87,7 @@ cleanup_addons:
install_modules: install_modules:
${PYTHON} odoo-bin --config=${CONFIG} -d ${DATABASE} -i ${MODULES} --xmlrpc-port=${PORT} ${PYTHON} odoo-bin --config=${CONFIG} -d ${DATABASE} -i ${MODULES} --xmlrpc-port=${PORT}
upgrade_modules: upgrade_modules:
${PYTHON} odoo-bin upgrade_code --addons-path ${ADDONS} --from ${OLD_VERS} --to ${NEW_VERS} ${PYTHON} odoo-bin upgrade_code --addons-path ${ADDONS} --from ${OLD_VER} --to ${NEW_VER}
##### Docker Deployment ######### ##### Docker Deployment #########
run_test_docker: run_test_docker: