[MIG] Make modules uninstallable

pull/2268/head
Pedro M. Baeza 2015-10-14 02:53:59 +02:00 committed by BT-vgabor
parent 727ca79010
commit 2d4bd12fa2
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',
}