refactore file name
Some checks are pending
Setup Native Action / native (3.12.7) (push) Waiting to run
Setup Native Action / docker (3.12.7) (push) Waiting to run

This commit is contained in:
hoangvv 2025-02-24 13:43:18 +07:00
parent eb6fca49af
commit 6f9979a9f8
2 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ scaffold_module:
read -p "addons Path[eg:addons, extra-addons, exercise]: " ModulePath; \ read -p "addons Path[eg:addons, extra-addons, exercise]: " ModulePath; \
${PYTHON} odoo-bin scaffold $$ModuleName && \ ${PYTHON} odoo-bin scaffold $$ModuleName && \
mv $$ModuleName ${PWD}/$$ModulePath; mv $$ModuleName ${PWD}/$$ModulePath;
cleanup_addons: cleanup_addons:
@bash ${PWD}/setup/clean_up_addon.sh $(shell echo $(ADDONS) | tr ',' ' ') @bash ${PWD}/setup/clean_up_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
##### Docker Deployment ######### ##### Docker Deployment #########
run_test_docker: run_test_docker: