[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2015-10-14 02:53:59 +02:00 committed by Thierry Ducrest
parent 6f0b5553c9
commit 5c99875750
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@
'views/auditlog_view.xml',
],
'application': True,
'installable': True,
'installable': False,
'pre_init_hook': 'pre_init_hook',
}