From e8f7fc4f7408ce6401a399cac0dc24dd6e97ede3 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:57:42 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- mrp_bom_dismantling/__openerp__.py | 2 +- mrp_bom_note/__openerp__.py | 2 +- mrp_production_note/__openerp__.py | 2 +- mrp_production_partner_note/__openerp__.py | 2 +- mrp_sale_info/__openerp__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mrp_bom_dismantling/__openerp__.py b/mrp_bom_dismantling/__openerp__.py index f0739421f..f040dcb8c 100644 --- a/mrp_bom_dismantling/__openerp__.py +++ b/mrp_bom_dismantling/__openerp__.py @@ -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", diff --git a/mrp_bom_note/__openerp__.py b/mrp_bom_note/__openerp__.py index 7b771120f..5c5ae02c4 100644 --- a/mrp_bom_note/__openerp__.py +++ b/mrp_bom_note/__openerp__.py @@ -22,5 +22,5 @@ "data": [ "views/mrp_bom_view.xml", ], - 'installable': True + 'installable': False } diff --git a/mrp_production_note/__openerp__.py b/mrp_production_note/__openerp__.py index cbc56e16d..1591581e1 100644 --- a/mrp_production_note/__openerp__.py +++ b/mrp_production_note/__openerp__.py @@ -23,5 +23,5 @@ "data": [ "views/mrp_production_view.xml", ], - 'installable': True, + 'installable': False, } diff --git a/mrp_production_partner_note/__openerp__.py b/mrp_production_partner_note/__openerp__.py index edae41847..e759585ba 100644 --- a/mrp_production_partner_note/__openerp__.py +++ b/mrp_production_partner_note/__openerp__.py @@ -27,5 +27,5 @@ "images": [ "images/partner_note.png", ], - "installable": True, + 'installable': False, } diff --git a/mrp_sale_info/__openerp__.py b/mrp_sale_info/__openerp__.py index f866c8c63..20539473b 100644 --- a/mrp_sale_info/__openerp__.py +++ b/mrp_sale_info/__openerp__.py @@ -14,7 +14,7 @@ "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, - "installable": True, + 'installable': False, "depends": [ "mrp_operations", "sale_mrp",