Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:47:39 +02:00
committed by Enric Tobella
parent 2763263db6
commit 957abaea4e

View File

@@ -24,5 +24,5 @@
'demo/sepa_credit_transfer_demo.xml'
],
'post_init_hook': 'update_bank_journals',
'installable': True,
'installable': False,
}