From 1a70406b2319da9711ea9ac66c6d44c769f1f11a Mon Sep 17 00:00:00 2001 From: hoangvv Date: Tue, 7 Jan 2025 23:54:29 +0700 Subject: [PATCH] update --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0482d7ec4..f3f5cb51d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,8 @@ install: sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev 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 --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \ - sudo docker exec ${CONTAINER_ID} odoo db --config=/etc/odoo/${CONFIG} drop testdb + sudo docker exec ${CONTAINER_ID} odoo db --config=/etc/odoo/${CONFIG} drop testdb &&\ + sudo docker exec ${CONTAINER_ID} odoo db --config=/etc/odoo/${CONFIG} drop nexterp run_test_local: odoo-bin -i all_modules --log-level=test --test-enable -d testdb --stop-after-init --config=${CONFIG} gen_config: