diff --git a/.gitignore b/.gitignore index 5b41bc48b..bcb47fbdf 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,5 @@ package.json /pragtech_hotel_management_addons/ pragtech_hotel_management_addons *cache.json -odoo_backups \ No newline at end of file +odoo_backups +*.log \ No newline at end of file diff --git a/Makefile b/Makefile index 6a54ba761..fdffd0432 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ install: check-virtualenv ${PIP} install --no-input -r requirements.txt --break-system-packages #$(MAKE) download_backup LINKDB=${BACKUP} run_server: - ${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},) + ${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},) $(if ${DEBUG},--log-handler odoo.tools.convert:DEBUG) 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} diff --git a/automation b/automation index 585051be1..2689099c0 160000 --- a/automation +++ b/automation @@ -1 +1 @@ -Subproject commit 585051be13028e532f7ada96c77ce56c32a825f5 +Subproject commit 2689099c085dd05d33f90eecce1a8d605fdc5b86 diff --git a/deployment b/deployment index 37e58810d..440881364 160000 --- a/deployment +++ b/deployment @@ -1 +1 @@ -Subproject commit 37e58810dd9b20a11025aff5d894e0ab678e40c4 +Subproject commit 44088136431896f2b0b87add80aa1eb22fdd980c diff --git a/exercise b/exercise index c06c5500e..70ae66ee4 160000 --- a/exercise +++ b/exercise @@ -1 +1 @@ -Subproject commit c06c5500ea2c47d9e6a8e1e84d183f17e4b9f29b +Subproject commit 70ae66ee4b80ac134bedbe3123eebe7e973e984a diff --git a/extra-addons b/extra-addons index 2f115292f..baf47f2af 160000 --- a/extra-addons +++ b/extra-addons @@ -1 +1 @@ -Subproject commit 2f115292f1df044ce891741536ad9f2cd75e89f9 +Subproject commit baf47f2aff3e08d5267ccd0a308da9e556093687 diff --git a/utility b/utility index 0a1da7a41..2a0fc15fb 160000 --- a/utility +++ b/utility @@ -1 +1 @@ -Subproject commit 0a1da7a41756a559edea1e759b95471c601a49ac +Subproject commit 2a0fc15fb6c1c7e7b4dfa4500a94e9c14080410e