diff --git a/Makefile b/Makefile index 29c3a5043..6e435483f 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/extra-addons b/extra-addons index 04da79536..b7cb40142 160000 --- a/extra-addons +++ b/extra-addons @@ -1 +1 @@ -Subproject commit 04da79536b202f99a54195ff5f7981f96e3c423d +Subproject commit b7cb401428badd9952e9ea6aba1c743a314a6d0e diff --git a/utility b/utility index 29cdce86e..49a722e0a 160000 --- a/utility +++ b/utility @@ -1 +1 @@ -Subproject commit 29cdce86eabd70b2ac9d443281f8d2a339653de6 +Subproject commit 49a722e0a18a6bda16fdd07eb1b8a236b7a5eaca