mark unported module as uninstallable

This commit is contained in:
Alexandre Fayolle
2014-07-01 14:25:58 +02:00
parent 18427ad8c8
commit 08da90fdf9

View File

@@ -38,6 +38,6 @@ Three reports are provided:
'data': ['report.xml',
'stock_view.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}