[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:57:42 +02:00
parent de5c4416f1
commit e8f7fc4f74
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
'mrp_byproduct',
"stock_available_mrp",

View File

@@ -22,5 +22,5 @@
"data": [
"views/mrp_bom_view.xml",
],
'installable': True
'installable': False
}

View File

@@ -23,5 +23,5 @@
"data": [
"views/mrp_production_view.xml",
],
'installable': True,
'installable': False,
}

View File

@@ -27,5 +27,5 @@
"images": [
"images/partner_note.png",
],
"installable": True,
'installable': False,
}

View File

@@ -14,7 +14,7 @@
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"mrp_operations",
"sale_mrp",