From 7be29fdf0a7a1fd68c5f784cf74948bb61e5b017 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Mon, 24 Feb 2025 13:42:01 +0700 Subject: [PATCH] update --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f9ba7d6c8..94e88c448 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ scaffold_module: read -p "addons Path[eg:addons, extra-addons, exercise]: " ModulePath; \ ${PYTHON} odoo-bin scaffold $$ModuleName && \ mv $$ModuleName ${PWD}/$$ModulePath; + cleanup_addons: @bash ${PWD}/setup/clean_up_addon.sh $(shell echo $(ADDONS) | tr ',' ' ')