From 65b2727b181fc351e68613a225798dd4680ab78e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:32:34 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- pos_product_template/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pos_product_template/__openerp__.py b/pos_product_template/__openerp__.py index fcd76cc1..b9cb2b26 100644 --- a/pos_product_template/__openerp__.py +++ b/pos_product_template/__openerp__.py @@ -75,4 +75,5 @@ Copyright, Authors and Licence: 'images': [ 'static/src/img/screenshots/pos_product_template.png', ], + 'installable': False, }