update
This commit is contained in:
parent
8708075b51
commit
659ee738ea
2
Makefile
2
Makefile
@ -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_VER} --to ${NEW_VER}
|
${PYTHON} odoo-bin upgrade_code --addons-path ${UPGRADE_DIR} --from ${OLD_VER} --to ${NEW_VER}
|
||||||
|
|
||||||
##### Docker Deployment #########
|
##### Docker Deployment #########
|
||||||
run_test_docker:
|
run_test_docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user