[MIG] Make modules uninstallable

This commit is contained in:
Holger Brunn
2016-11-12 14:14:11 +01:00
parent 4b7fb6fbad
commit cfbb551a67
2 changed files with 2 additions and 2 deletions

View File

@@ -24,5 +24,5 @@
'demo': [
'demo/intrastat_demo.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -24,5 +24,5 @@
'demo': [
'demo/product_demo.xml',
],
'installable': True,
'installable': False,
}