Skip to content

Instantly share code, notes, and snippets.

@tienhieuD
Created May 23, 2018 05:40
Show Gist options
  • Save tienhieuD/60e705a5567a70dee08c8d172643cb1b to your computer and use it in GitHub Desktop.
Save tienhieuD/60e705a5567a70dee08c8d172643cb1b to your computer and use it in GitHub Desktop.
{
"name": "Python: Odoo",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"pythonPath": "${config:python.pythonPath}",
"program": "${workspaceRoot}/odoo-bin",
"args": [
"--config=../odoo.conf",
],
"cwd": "${workspaceRoot}",
"env": {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment