diff --git a/Makefile b/Makefile index 8d42ba41e..f9ba7d6c8 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ scaffold_module: ${PYTHON} odoo-bin scaffold $$ModuleName && \ mv $$ModuleName ${PWD}/$$ModulePath; cleanup_addons: - ${PWD}/setup/clean_up_addon.sh ${PWD}/exercise ${PWD}/extra-addons + @bash ${PWD}/setup/clean_up_addon.sh $(shell echo $(ADDONS) | tr ',' ' ') ##### Docker Deployment ######### run_test_docker: diff --git a/protected.txt b/protected.txt index d73c25008..534f38b0a 100644 --- a/protected.txt +++ b/protected.txt @@ -2,8 +2,9 @@ odoo odoo-bin Makefile *.tf -*.go +*.po odoo/* requirements.txt Dockerfile automation +*.yaml \ No newline at end of file