update
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:42:01 +07:00
parent c03429bded
commit 7be29fdf0a

View File

@ -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 ',' ' ')