refactore file name
This commit is contained in:
parent
eb6fca49af
commit
6f9979a9f8
4
Makefile
4
Makefile
@ -82,9 +82,9 @@ 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 ',' ' ')
|
||||
@bash ${PWD}/setup/clean_up_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
|
||||
|
||||
##### Docker Deployment #########
|
||||
run_test_docker:
|
||||
|
Loading…
Reference in New Issue
Block a user