From 7b0637b83626bb6ed47f33de9ccafde6c26f86ba Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 31 Dec 2022 05:38:17 -0500 Subject: [PATCH] [FIX] makefile: change helpdesk module image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10ccbbd..b881027 100644 --- a/Makefile +++ b/Makefile @@ -298,7 +298,7 @@ image_db_create_erplibre_package_field_service: image_db_create_erplibre_package_helpdesk: # Depend on image_db_create_erplibre_base ./script/make.sh image_db_create_erplibre_base - ./script/addons/install_addons.sh image_creation helpdesk_mailing_list,helpdesk_join_team,helpdesk_mgmt,helpdesk_mgmt_project,helpdesk_motive,helpdesk_mrp,helpdesk_partner,helpdesk_service_call,helpdesk_supplier,helpdesk_type + ./script/addons/install_addons.sh image_creation helpdesk_mailing_list,helpdesk_join_team,helpdesk_mgmt,helpdesk_mgmt_project,helpdesk_motive,helpdesk_type,helpdesk_mgmt_timesheet,helpdesk_mgmt_timesheet_time_control,helpdesk_mgmt_partner_sequence,helpdesk_mgmt_sla ./.venv/bin/python3 ./odoo/odoo-bin db --backup --database image_creation --restore_image erplibre_package_helpdesk .PHONY: image_db_create_erplibre_package_hr