Skip to content
Snippets Groups Projects
Commit a21a61b1f09a authored by oury.balde's avatar oury.balde
Browse files

[fix] --auto-reload option is not present in odoo7

parent 61e81d7417c3
No related branches found
No related tags found
No related merge requests found
......@@ -570,7 +570,7 @@
if odoo_type in ('odoo11', 'odoo10'):
# ipdb should not be run if not interactive
arg.append('--dev=xml,reload,ipdb')
if odoo_type in ('odoo8', 'odoo7'):
if odoo_type in ('odoo8',):
arg.append('--auto-reload')
if odoo_help:
arg.append('--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