[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 1c5b4aed43
commit faac3421b8
1 changed files with 1 additions and 1 deletions

View File

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