From 8daa45535b3a8c91332b7b8622d15ddfc19db509 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 21 Dec 2022 21:12:16 -0500 Subject: [PATCH] [FIX] makefile: image_db_create_test_website_attachments update all --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 31abb4b..279b0ee 100644 --- a/Makefile +++ b/Makefile @@ -402,6 +402,7 @@ image_db_create_test_website_attachments: ./script/db_restore.py --clean_cache ./script/db_restore.py --database code_generator_test_website_attachements --image test_website_attachments # Do your stuff + ./.venv/bin/python3 ./odoo/odoo-bin --limit-time-real 999999 --no-http -c config.conf --stop-after-init -d code_generator_test_website_attachements -u all ./.venv/bin/python3 ./odoo/odoo-bin db --backup --database code_generator_test_website_attachements --restore_image test_website_attachments .PHONY: image_diff_base_website