Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:47:39 +02:00
committed by Enric Tobella
parent 622bf25ddc
commit b7ae9f37b1

View File

@@ -32,5 +32,5 @@
],
'demo': ['demo/sepa_direct_debit_demo.xml'],
'post_init_hook': 'update_bank_journals',
'installable': True,
'installable': False,
}