[fix] nutralize launch.json
This commit is contained in:
parent
9d9d7643d7
commit
c5dcf8bdc3
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue