[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:32:04 +02:00
parent feb1eda708
commit e37fc69542
3 changed files with 3 additions and 3 deletions

View File

@@ -99,6 +99,6 @@ Contributors:
'images/return_line.png',
'images/exchange.png',
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -35,5 +35,5 @@
'views/crm_claim_type.xml',
],
'active': True,
'installable': True,
'installable': False,
}

View File

@@ -38,7 +38,7 @@
'demo/res_company.xml',
],
'test': [],
'installable': True,
'installable': False,
'active': False,
'images': ['images/product_warranty.png'],
}