Skip to content

Instantly share code, notes, and snippets.

@ejabu
Created March 31, 2019 22:39
Show Gist options
  • Save ejabu/836f8ad2d7a9d5a445d97df9496a043d to your computer and use it in GitHub Desktop.
Save ejabu/836f8ad2d7a9d5a445d97df9496a043d to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Odoo",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"pythonPath": "${config:python.pythonPath}",
"console": "integratedTerminal",
"program": "${workspaceRoot}/odoo-bin",
"args": [
"--config=/home/haliib/arkademy/config/arkademy.conf",
"--database=tutor2",
"--update=ark_resto_demo"
],
"cwd": "${workspaceRoot}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment