[MIG] Make modules uninstallable

pull/1185/head
Pedro M. Baeza 2015-10-14 02:57:05 +02:00 committed by Alexandre Díaz
parent 083f444eaf
commit b2af3bf49c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"qweb": ["static/src/xml/bootstrap_markdown.xml", "qweb": ["static/src/xml/bootstrap_markdown.xml",
], ],
'demo': [], 'demo': [],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
'application': False 'application': False
} }