set installable to false

This commit is contained in:
Yannick Vaucher
2014-07-04 17:16:51 +02:00
parent 4d180fa2a2
commit eae8ee6bcf
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ Contributors
'printing_view.xml',
'wizard/update_printers.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
'external_dependencies': {

View File

@@ -49,7 +49,7 @@ Report to printer - Paper tray selection
'ir_report_view.xml',
],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
}