update
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been skipped

This commit is contained in:
hoangvv 2025-03-03 14:57:30 +07:00
parent 19388fcfc0
commit d29ce4ddeb
5 changed files with 23 additions and 5 deletions

View File

@ -82,9 +82,10 @@ 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_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
install_modules:
${PYTHON} odoo-bin --config=${CONFIG} -d ${DATABASE} -i ${MODULES} --xmlrpc-port=${PORT}
##### Docker Deployment #########
run_test_docker:

@ -1 +1 @@
Subproject commit 6baa855977686dfd47787b4b4b0f3a77ca15460f
Subproject commit 081505ce33ee5925763d9b5c8b42aad2ee594c36

@ -1 +1 @@
Subproject commit 8646f30b4e5c0294fe84dc839c315bd90fe8e5f8
Subproject commit 242819affd65508a37158d7e4151ca9432829a1f

14
modules.yaml Normal file
View File

@ -0,0 +1,14 @@
branches:
community/feature/hrbudget:
modules:
- hr_budget
community/dynamic_docx_report_pdf:
modules:
- dynamic_docx_pdf_report_omax
community/feature/orgchart:
modules:
- hr_employee_org_chart
community/feature/multiapproval:
modules:
- multi_level_approval
- multi_level_approval_configuration

View File

@ -102,3 +102,6 @@ paramiko ; python_version > '3.10'
proxmoxer ; python_version > '3.10'
requests ; python_version > '3.10'
google_auth ; python_version > '3.10'
odoorpc ; python_version > '3.10'
openai ; python_version > '3.10'
pysftp ; python_version > '3.10'