update Makefile : add upgrade modules commands
This commit is contained in:
parent
ffd32e1d72
commit
7e2d334869
2
Makefile
2
Makefile
@ -86,6 +86,8 @@ cleanup_addons:
|
|||||||
@bash ${PWD}/setup/clean_up_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
|
@bash ${PWD}/setup/clean_up_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
|
||||||
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:
|
||||||
|
${PYTHON} odoo-bin upgrade_code --addons-path ${ADDONS} --from ${OLD_VERS} --to ${NEW_VERS}
|
||||||
|
|
||||||
##### Docker Deployment #########
|
##### Docker Deployment #########
|
||||||
run_test_docker:
|
run_test_docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user