From c5dcf8bdc32fb5e43e90ac101c44c46c6efd02d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20G=C3=B6ttsch?= Date: Sun, 28 Jul 2024 20:28:21 +0200 Subject: [PATCH] [fix] nutralize launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7ca3ebb..f7805af 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,12 +9,12 @@ "program": "${config:odoo.path}/odoo-bin", "console": "integratedTerminal", "args": [ - "--database=nfu_ecommerce", + "--database=nfu_", "--addons-path=${config:odoo.addons_path},${workspaceFolder}", "--limit-time-real=0", "--limit-time-cpu=0", // "--init=", - "--update=nfu_ecommerce", + // "--update=", "--dev=xml" ] },