update makefile
This commit is contained in:
parent
a09be2677a
commit
364facf23e
2
Makefile
2
Makefile
@ -90,6 +90,8 @@ upgrade_modules:
|
||||
${PYTHON} odoo-bin upgrade_code --script ${SCRIPTS} --addons-path=${UPGRADE_DIR} || true
|
||||
delete_records:
|
||||
${PYTHON} ${PWD}/setup/delete_records.py ${DATABASE} ${BASE_MODEL} --force
|
||||
drop_database:
|
||||
${PYTHON} odoo-bin db --config=${CONFIG} drop ${DATABASE}
|
||||
##### Docker Deployment #########
|
||||
run_test_docker:
|
||||
sudo ${DOCKER_EXEC} ${CONTAINER_ID} odoo --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 490cafb43f6dff96f7861ee9ecb905086ca27a41
|
||||
Subproject commit 13ba4761ec37b117293b5cc2d96948e02726e5f6
|
Loading…
Reference in New Issue
Block a user