Skip to content
Snippets Groups Projects
Commit 4f2d69f5ce2d authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

add more dev options

parent e4558ba9df4f
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,8 @@
logging.warning('No flake8 in PATH')
if odoo_type in ('odoo11', 'odoo10'):
arg.append('--dev=reload')
# ipdb should not be run if not interactive
arg.append('--dev=xml,reload,ipdb')
if odoo_type in ('odoo8', 'odoo7'):
arg.append('--auto-reload')
if odoo_help:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment