Created
May 23, 2018 05:40
-
-
Save tienhieuD/60e705a5567a70dee08c8d172643cb1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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