update
This commit is contained in:
parent
c03429bded
commit
7be29fdf0a
1
Makefile
1
Makefile
@ -82,6 +82,7 @@ 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_addon.sh $(shell echo $(ADDONS) | tr ',' ' ')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user