update
This commit is contained in:
parent
19388fcfc0
commit
d29ce4ddeb
3
Makefile
3
Makefile
@ -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:
|
||||
|
2
exercise
2
exercise
@ -1 +1 @@
|
||||
Subproject commit 6baa855977686dfd47787b4b4b0f3a77ca15460f
|
||||
Subproject commit 081505ce33ee5925763d9b5c8b42aad2ee594c36
|
@ -1 +1 @@
|
||||
Subproject commit 8646f30b4e5c0294fe84dc839c315bd90fe8e5f8
|
||||
Subproject commit 242819affd65508a37158d7e4151ca9432829a1f
|
14
modules.yaml
Normal file
14
modules.yaml
Normal 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
|
@ -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'
|
Loading…
Reference in New Issue
Block a user