feat(Makefile): add server shell entry point and update submodule commits
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:
KaySar12 2025-05-27 17:35:46 +07:00
parent ae8ea5853e
commit 7002c39a7f
3 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,9 @@ install: check-virtualenv
#$(MAKE) download_backup LINKDB=${BACKUP}
run_server:
${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},) $(if ${DEBUG},--log-handler odoo.tools.convert:DEBUG)
# self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()
enter_server_shell:
${PYTHON} odoo-bin shell --config=${CONFIG} -d ${DATABASE}
run_test:
${PYTHON} odoo-bin --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=${CONFIG}
${PYTHON} odoo-bin db --config=${CONFIG} drop testdb-${TAG}

@ -1 +1 @@
Subproject commit 04da79536b202f99a54195ff5f7981f96e3c423d
Subproject commit b7cb401428badd9952e9ea6aba1c743a314a6d0e

@ -1 +1 @@
Subproject commit 29cdce86eabd70b2ac9d443281f8d2a339653de6
Subproject commit 49a722e0a18a6bda16fdd07eb1b8a236b7a5eaca