First Commit

This commit is contained in:
2026-05-31 10:17:09 +07:00
commit 17a9c69379
4547 changed files with 1170384 additions and 0 deletions
+22
View File
@@ -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"
}
}
]
}