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 12:28:58 +07:00
parent 74efed0d70
commit b3e4a84141
2 changed files with 3 additions and 2 deletions

View File

@ -83,7 +83,7 @@ scaffold_module:
${PYTHON} odoo-bin scaffold $$ModuleName && \ ${PYTHON} odoo-bin scaffold $$ModuleName && \
mv $$ModuleName ${PWD}/$$ModulePath; mv $$ModuleName ${PWD}/$$ModulePath;
cleanup_addons: 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 ######### ##### Docker Deployment #########
run_test_docker: run_test_docker:

View File

@ -2,8 +2,9 @@ odoo
odoo-bin odoo-bin
Makefile Makefile
*.tf *.tf
*.go *.po
odoo/* odoo/*
requirements.txt requirements.txt
Dockerfile Dockerfile
automation automation
*.yaml