update
This commit is contained in:
parent
19388fcfc0
commit
d29ce4ddeb
5
Makefile
5
Makefile
@ -82,10 +82,11 @@ 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_addons.sh $(shell echo $(ADDONS) | tr ',' ' ')
|
@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 #########
|
##### Docker Deployment #########
|
||||||
run_test_docker:
|
run_test_docker:
|
||||||
sudo ${DOCKER_EXEC} ${CONTAINER_ID} odoo --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \
|
sudo ${DOCKER_EXEC} ${CONTAINER_ID} odoo --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \
|
||||||
|
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
|
@ -101,4 +101,7 @@ boto3 ; python_version > '3.10'
|
|||||||
paramiko ; python_version > '3.10'
|
paramiko ; python_version > '3.10'
|
||||||
proxmoxer ; python_version > '3.10'
|
proxmoxer ; python_version > '3.10'
|
||||||
requests ; python_version > '3.10'
|
requests ; python_version > '3.10'
|
||||||
google_auth ; 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