First Commit
This commit is contained in:
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Odoo 19",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"python": "${workspaceFolder}\\.venv\\Scripts\\python.exe",
|
||||
"program": "C:\\odoo19\\server\\odoo-bin",
|
||||
"args": [
|
||||
"-c",
|
||||
"${workspaceFolder}\\odoo.conf"
|
||||
],
|
||||
"cwd": "C:\\odoo19\\server",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
"PYTHONPATH": "C:\\odoo19\\server"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user