From b2bf902a782ed6c18e1e03283b00fc4a9bbebaf3 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 11 Oct 2016 15:32:30 +0200 Subject: [PATCH] Set all modules as uninstallable --- account_invoice_margin/__openerp__.py | 2 +- stock_inventory_valuation_ods/__openerp__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_invoice_margin/__openerp__.py b/account_invoice_margin/__openerp__.py index 4860c47..bb14181 100644 --- a/account_invoice_margin/__openerp__.py +++ b/account_invoice_margin/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion 'data': [ 'account_invoice_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_inventory_valuation_ods/__openerp__.py b/stock_inventory_valuation_ods/__openerp__.py index a112581..fdc5eb6 100644 --- a/stock_inventory_valuation_ods/__openerp__.py +++ b/stock_inventory_valuation_ods/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion