Skip to content
Snippets Groups Projects
Commit 0ef6cfd015f0 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

docker_dev_start.py: Remove --dev=xml, harmful

Makes view translations fail in Odoo 11.
parent 70dbf4256e87
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@
if dev:
if odoo_type in ('odoo11', 'odoo10'):
# ipdb should not be run if not interactive
arg.append('--dev=xml,reload,ipdb')
arg.append('--dev=reload,ipdb')
if odoo_type in ('odoo8',):
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