[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:06:35 +02:00
committed by Graeme Gellatly
parent 1b2ccd68af
commit 9f7cfa57ca

View File

@@ -25,7 +25,7 @@
'views/ir_actions_report_xml_view.xml',
'wizards/printing_printer_update_wizard_view.xml',
],
'installable': True,
'installable': False,
'application': True,
'external_dependencies': {
'python': ['cups'],