Skip to Content
Menu
This question has been flagged
1557 Views

I had this problem when configuring odoo in visual studio code. Can you suggest a solution to fix it.

My config file:

{

// Use IntelliSense to learn about possible attributes.

// Hover to view descriptions of existing attributes.

// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387

"version": "0.2.0",

"configurations": [

{

"name": "Python, Odoo16",

"type": "python",

"request": "launch",

"stopOnEntry": false,

//"python": "${file}",

"justMyCode": true,

"python": "C:\\Program Files\\odoo16\\python\\python.exe",

"console": "integratedTerminal",

"program": "${workspaceRoot}\\odoo-bin",

"args": [

"--config=${workspaceRoot}\\odoo.conf",

],

"cwd": "${workspaceRoot}",

"env": {},

"envFile": "${workspaceRoot}/.env",

"debugOtions": [

"RedirectOutput"

]

}

]

}

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 25
796
Odoo App Solved
1
Nov 23
1327
0
May 24
1046
0
Sep 23
1944
0
Sep 23
1669